Skip to content

Commit

Permalink
Update GraalVM version to 21.2 for Windows Native
Browse files Browse the repository at this point in the history
  • Loading branch information
Sgitario committed Aug 25, 2021
1 parent 62991b7 commit 85faed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
strategy:
matrix:
java: [ 11 ]
graalvm-version: [ "21.0.0.java11"]
graalvm-version: [ "21.2.0.java11"]
steps:
- uses: actions/checkout@v1
- uses: actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quarkus-test-framework-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
strategy:
matrix:
java: [ 11 ]
graalvm-version: [ "21.0.0.java11"]
graalvm-version: [ "21.2.0.java11"]
steps:
- uses: actions/checkout@v1
- uses: actions/cache@v1
Expand Down

0 comments on commit 85faed6

Please sign in to comment.