Skip to content

Commit

Permalink
GithubCI: Upgrade GraalVM to 21.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Aug 3, 2021
1 parent 9a0631d commit 1dfd4f5
Showing 1 changed file with 1 addition 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]
graalvm: [ '21.1.0.java11' ]
graalvm: [ '21.2.0.java11' ]
fail-fast: false
name: ${{ matrix.os }} JDK ${{ matrix.graalvm }}
steps:
Expand Down

0 comments on commit 1dfd4f5

Please sign in to comment.