Skip to content

Commit

Permalink
GitHub Actions graalvm workflow add GraalVM CE 21 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Sep 20, 2023
1 parent 86f0e9c commit 0b251ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
java-version: [ '17' ]
java-version: [ '17', '21' ]
distribution: [ 'graalvm-community' ]
fail-fast: false
name: ${{ matrix.os }} JDK ${{ matrix.java-version }}.${{ matrix.distribution }}
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Released: Under development

* Micronaut 4.1.1

=== Build/Test Updates

* Create GitHub Actions GraalVM CE Matrix: Java 17, **21**

== v0.7.0-alpha2

Expand Down

0 comments on commit 0b251ad

Please sign in to comment.