From 71df01eab8018d3a162167f715c0e16cee29fb1e Mon Sep 17 00:00:00 2001 From: sebthom Date: Thu, 19 Sep 2024 09:33:03 +0200 Subject: [PATCH] upgrade from Java 22 to 23 --- .github/workflows/build.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e38f63..a44a8df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: GRAALVM_JAVA_VERSION: 21 experimental: false - GRAALVM_VERSION: ${{ github.event.inputs.GRAALVM_VERSION || 'latest' }} - GRAALVM_JAVA_VERSION: 22 + GRAALVM_JAVA_VERSION: 23 experimental: false # https://github.com/graalvm/graalvm-ce-dev-builds/releases - GRAALVM_VERSION: dev diff --git a/README.md b/README.md index 8398ceb..a83831e 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ Note, that the user is not set to 1000 within the docker image. Specify the uid |Tag|Description |-|- -|
:latest-java11
:latest-java17
:latest-java21
:latest-java22
| latest available [GraalVM CE releases](https://github.com/graalvm/graalvm-ce-builds/releases) for the given JDK -|
:dev-java23
| latest available [GraalVM CE development builds](https://github.com/graalvm/graalvm-ce-dev-builds/releases) for the given JDK +|
:latest-java11
:latest-java17
:latest-java21
:latest-java23
| latest available [GraalVM CE releases](https://github.com/graalvm/graalvm-ce-builds/releases) for the given JDK +|
:dev-java24
| latest available [GraalVM CE development builds](https://github.com/graalvm/graalvm-ce-dev-builds/releases) for the given JDK |
:XX.Y.Z
| the given GraalVM CE releases (e.g. `17.0.8` for JDK 17 and `21.0.0` for JDK 21) following GraaLVM's [new version naming scheme](https://medium.com/graalvm/a-new-graalvm-release-and-new-free-license-4aab483692f5#8822). |
:XX.Y.Z-java11
:XX.Y.Z-java17
| the given GraalVM CE releases (e.g. `22.3.2-java11`) following GraaLVM's **old version naming scheme**