Skip to content

Commit ce975d4

Browse files
committed
bump build JDK version to 25
1 parent acc1474 commit ce975d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-java@v5
3030
with:
3131
distribution: temurin
32-
java-version: 24
32+
java-version: 25
3333

3434
- name: Cache Maven packages
3535
uses: actions/cache@v4

.github/workflows/build-native-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up GraalVM version
2626
uses: graalvm/setup-graalvm@v1
2727
with:
28-
java-version: '24'
28+
java-version: '25'
2929
distribution: 'graalvm'
3030
components: 'native-image'
3131
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)