mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-13 07:04:14 +08:00
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:
2
.github/workflows/test-jdk11.yaml
vendored
2
.github/workflows/test-jdk11.yaml
vendored
@@ -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:
|
||||
|
||||
|
||||
2
.github/workflows/verify.yaml
vendored
2
.github/workflows/verify.yaml
vendored
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user