This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/master by this push:
new b97f585c Bump graalvm version used for early access builds (#794)
b97f585c is described below
commit b97f585c0915c6ec5525f752b575c40e09ce297c
Author: Guillaume Nodet <[email protected]>
AuthorDate: Thu Feb 16 09:10:23 2023 +0100
Bump graalvm version used for early access builds (#794)
---
.github/workflows/early-access.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/early-access.yaml
b/.github/workflows/early-access.yaml
index 6ea62920..f92aa35c 100644
--- a/.github/workflows/early-access.yaml
+++ b/.github/workflows/early-access.yaml
@@ -24,7 +24,7 @@ on:
pull_request:
env:
- GRAALVM_VERSION: '22.2.0'
+ GRAALVM_VERSION: '22.3.1'
JAVA_VERSION: '17'
jobs: