Skip to content

Commit

Permalink
Merge pull request #155 from michalvavrik/feature/update-native-img-b…
Browse files Browse the repository at this point in the history
…uilder

Update native image builders - use version 22.2
  • Loading branch information
jsmrcka authored Aug 9, 2022
2 parents 1a07359 + a3f4ef2 commit 34c2b6e
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 34c2b6e

Please sign in to comment.