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 available [GraalVM CE releases](https://github.com/graalvm/graalvm-ce-builds/releases) for the given JDK -|
:latest-java17
:latest-java21
:latest-java22
:dev-java23| latest available [GraalVM CE development builds](https://github.com/graalvm/graalvm-ce-dev-builds/releases) for the given JDK +|
:latest-java11| latest available [GraalVM CE releases](https://github.com/graalvm/graalvm-ce-builds/releases) for the given JDK +|
:latest-java17
:latest-java21
:latest-java23
: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| the given GraalVM CE releases (e.g. `22.3.2-java11`) following GraaLVM's **old version naming scheme**
:XX.Y.Z-java17