Skip to content

Commit 4527199

Browse files
authored
Upgrade to JDK 25. (#127)
1 parent 3196b61 commit 4527199

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
- name: Set up JDK/Maven
1212
uses: actions/setup-java@v5
1313
with:
14-
distribution: 'zulu'
15-
java-version: 11
14+
distribution: temurin
15+
java-version: 25
1616
- name: Build and verify all modules
1717
run: >-
1818
mvn

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- name: Set up JDK/Maven
4242
uses: actions/setup-java@v5
4343
with:
44-
distribution: 'zulu'
45-
java-version: 11
44+
distribution: temurin
45+
java-version: 25
4646
- name: Configure Maven settings
4747
uses: whelk-io/maven-settings-xml-action@v22
4848
with:

0 commit comments

Comments
 (0)