Skip to content

Commit

Permalink
Merge pull request quarkus-qe#97 from rsvoboda/graalvm.bump.ci
Browse files Browse the repository at this point in the history
Bump graalvm-version to 21.1.0.java11
  • Loading branch information
Sgitario authored Jul 20, 2021
2 parents 8206aba + c7d7219 commit 0370441
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,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: [ "21.1.0.java11" ]
steps:
- uses: actions/checkout@v1
- uses: actions/cache@v1
Expand Down

0 comments on commit 0370441

Please sign in to comment.