We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ce4ed commit cc2d80fCopy full SHA for cc2d80f
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
uses: graalvm/setup-graalvm@v1
11
with:
12
distribution: 'graalvm'
13
- java-version: '21'
+ java-version: '25'
14
github-token: ${{ secrets.GITHUB_TOKEN }}
15
cache: 'maven'
16
- name: Build image
0 commit comments