You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kw...@apache.org on 2022/09/13 08:45:00 UTC

[maven-mvnd] 01/01: Update GraalVM to 22.2.0

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch feature/graalvm-22.2.0
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git

commit cfe81d79aee988cb973f4cf0c3aac9e2e936a288
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Sep 13 10:43:25 2022 +0200

    Update GraalVM to 22.2.0
---
 .github/workflows/early-access.yaml | 2 +-
 .github/workflows/release.yaml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/early-access.yaml b/.github/workflows/early-access.yaml
index 1de5566..3715c96 100644
--- a/.github/workflows/early-access.yaml
+++ b/.github/workflows/early-access.yaml
@@ -24,7 +24,7 @@ on:
   pull_request:
 
 env:
-  GRAALVM_VERSION: '21.3.0'
+  GRAALVM_VERSION: '22.2.0'
   JAVA_VERSION: '17'
 
 jobs:
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 22df384..225f592 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -26,7 +26,7 @@ on:
       - '*'
 
 env:
-  GRAALVM_VERSION: '21.3.0'
+  GRAALVM_VERSION: '22.2.0'
   JAVA_VERSION: '17'
 
 jobs: