Skip to content

Commit

Permalink
upgrade from Java 22 to 23
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Sep 19, 2024
1 parent fc4586b commit 71df01e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Note, that the user is not set to 1000 within the docker image. Specify the uid

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

Expand Down

0 comments on commit 71df01e

Please sign in to comment.