Skip to content

Commit

Permalink
Update native image builders - use version 22.2
Browse files Browse the repository at this point in the history
Updates GraalVM/Mandrel version to 22.2.
  • Loading branch information
michalvavrik committed Aug 8, 2022
1 parent 1a07359 commit a3f4ef2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ jobs:
strategy:
matrix:
java: [ 11 ]
# Version 21.1 is not working due to https://github.com/quarkusio/quarkus/issues/14904
graalvm-version: [ "21.0.0.2.java11" ]
graalvm-version: ["22.2.0.java11"]
steps:
- uses: actions/checkout@v1
- uses: actions/cache@v1
Expand Down

0 comments on commit a3f4ef2

Please sign in to comment.