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 47f600a commit 8e33ab6Copy full SHA for 8e33ab6
2 files changed
.github/workflows/github-pages.yml
@@ -29,6 +29,7 @@ jobs:
29
uses: quarkiverse/quarkus-roq@v1
30
with:
31
github-token: ${{ secrets.GITHUB_TOKEN }} # Used to automatically get the GitHub Pages url
32
+ java-version: 25
33
34
# Deployment job
35
deploy:
.github/workflows/testsite.yml
@@ -8,10 +8,10 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v6
11
- - name: Set up JDK 17
+ - name: Set up JDK 25
12
uses: actions/setup-java@v5
13
14
- java-version: '17'
+ java-version: '25'
15
distribution: 'temurin'
16
cache: maven
17
- name: Build with Maven
0 commit comments