Update GraalVM to 22.2.0 (#689)

* Update GraalVM to 22.2.0

* Upgrade graalvm to 22.2.0 and the maven plugin to its latest version

Co-authored-by: Guillaume Nodet <gnodet@gmail.com>
This commit is contained in:
Konrad Windszus
2022-09-20 10:10:22 +02:00
committed by GitHub
parent 641ad93da3
commit 874e26cfe8
4 changed files with 30 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ on:
pull_request:
env:
GRAALVM_VERSION: '21.3.0'
GRAALVM_VERSION: '22.2.0'
JAVA_VERSION: '17'
jobs:

View File

@@ -26,7 +26,7 @@ on:
- '*'
env:
GRAALVM_VERSION: '21.3.0'
GRAALVM_VERSION: '22.2.0'
JAVA_VERSION: '17'
jobs: