Skip to content

Commit addec8d

Browse files
committed
Update Java version to 24 in CI
1 parent 3ae4a72 commit addec8d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v4
26-
- name: Set up JDK 23
26+
- name: Set up JDK 24
2727
uses: actions/setup-java@v4
2828
with:
29-
java-version: '23'
29+
java-version: '24'
3030
distribution: 'temurin'
3131
cache: maven
3232

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24-
- name: Set up JDK 23
24+
- name: Set up JDK 24
2525
uses: actions/setup-java@v4
2626
with:
27-
java-version: '23'
27+
java-version: '24'
2828
distribution: 'temurin'
2929
cache: maven
3030

0 commit comments

Comments
 (0)