We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abccb82 commit acc0294Copy full SHA for acc0294
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up GraalVM and Native Image
15
uses: graalvm/setup-graalvm@v1
16
with:
17
- java-version: 23.0.0
+ java-version: 24.0.0
18
distribution: graalvm-community
19
github-token: ${{ secrets.GITHUB_TOKEN }}
20
- name: Build
.sdkmanrc
@@ -1 +1 @@
1
-java=23-graalce
+java=24-graalce
0 commit comments