Skip to content

Commit 8e33ab6

Browse files
committed
Use Java 25 for building.
Signed-off-by: James R. Perkins <jperkins@ibm.com>
1 parent 47f600a commit 8e33ab6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/github-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
uses: quarkiverse/quarkus-roq@v1
3030
with:
3131
github-token: ${{ secrets.GITHUB_TOKEN }} # Used to automatically get the GitHub Pages url
32+
java-version: 25
3233

3334
# Deployment job
3435
deploy:

.github/workflows/testsite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v6
11-
- name: Set up JDK 17
11+
- name: Set up JDK 25
1212
uses: actions/setup-java@v5
1313
with:
14-
java-version: '17'
14+
java-version: '25'
1515
distribution: 'temurin'
1616
cache: maven
1717
- name: Build with Maven

0 commit comments

Comments
 (0)