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 acc1474 commit ce975d4Copy full SHA for ce975d4
.github/workflows/build-image.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/setup-java@v5
30
with:
31
distribution: temurin
32
- java-version: 24
+ java-version: 25
33
34
- name: Cache Maven packages
35
uses: actions/cache@v4
.github/workflows/build-native-image.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up GraalVM version
26
uses: graalvm/setup-graalvm@v1
27
28
- java-version: '24'
+ java-version: '25'
distribution: 'graalvm'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments