Upgrade to GraalVM 21.3.0 and JDK 17 (#506)

* Upgrade to GraalVM 21.3.0 and JDK 17
* Upgrade groovy
* Upgrade quarkus version
This commit is contained in:
Guillaume Nodet
2021-10-20 12:21:01 +02:00
committed by GitHub
parent 69c975fcd0
commit f760a1da78
4 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ name: GitHub Actions
on: [push, pull_request]
env:
GRAALVM_VERSION: '20.3.0.java11'
GRAALVM_VERSION: '21.3.0.java11'
jobs:

View File

@@ -19,7 +19,7 @@ name: GitHub Actions
on: [push, pull_request]
env:
GRAALVM_VERSION: '21.1.0.java16'
GRAALVM_VERSION: '21.3.0.java17'
jobs: