Skip to content

Commit fd73ebd

Browse files
committed
chore: native workflows on graalvm 25 (instead of 24)
1 parent 22d9603 commit fd73ebd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/docker_publish_native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050
java-type: 'native'
5151
java-distribution: 'graalvm'
52-
java-version: '24'
52+
java-version: '25'
5353
maven-options: 'clean package -Dnative -Dquarkus.native.container-build=true'
5454
docker-file: './src/main/docker/Dockerfile.native-micro'
5555
docker-platforms: linux/${{ matrix.current_platform }}

.github/workflows/docker_publish_native_pgo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
fetch-depth: 0
5050
- name: Echo ref name trigger
5151
run: echo ${{ github.ref_name }}
52-
- name: Set up JDK 24
52+
- name: Set up JDK 25
5353
uses: actions/setup-java@main
5454
with:
55-
java-version: '24'
55+
java-version: '25'
5656
distribution: 'graalvm'
5757
cache: 'maven'
5858
- name: Cache Maven packages

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12+
- native workflows on graalvm 25 (instead of 24)
1213
- fj-doc-version 8.16.2
1314
- quarkus version 3.26.4
1415

0 commit comments

Comments
 (0)