We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db839e commit 2244031Copy full SHA for 2244031
.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: 21.0.0
+ java-version: 22.0.0
18
distribution: graalvm-community
19
github-token: ${{ secrets.GITHUB_TOKEN }}
20
- name: Build
0 commit comments