mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-10-14 22:25:33 +00:00
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:
2
.github/workflows/early-access.yaml
vendored
2
.github/workflows/early-access.yaml
vendored
@@ -24,7 +24,7 @@ on:
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
GRAALVM_VERSION: '21.3.0'
|
||||
GRAALVM_VERSION: '22.2.0'
|
||||
JAVA_VERSION: '17'
|
||||
|
||||
jobs:
|
||||
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -26,7 +26,7 @@ on:
|
||||
- '*'
|
||||
|
||||
env:
|
||||
GRAALVM_VERSION: '21.3.0'
|
||||
GRAALVM_VERSION: '22.2.0'
|
||||
JAVA_VERSION: '17'
|
||||
|
||||
jobs:
|
||||
|
Reference in New Issue
Block a user