Skip to content

Commit 9ed6261

Browse files
committed
fix the workflows for jdk25
1 parent adb2bb3 commit 9ed6261

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Maven and Java Action
1515
uses: s4u/setup-maven-action@v1.18.0
1616
with:
17-
java-version: '21'
17+
java-version: '25'
1818
maven-version: '3.9.6'
1919
- name: Build
20-
run: mvn --batch-mode install -DskipTests
20+
run: mvn --batch-mode install -DskipTests

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Maven and Java Action
1919
uses: s4u/setup-maven-action@v1.18.0
2020
with:
21-
java-version: '21'
21+
java-version: '25'
2222
maven-version: '3.9.6'
2323
- name: Build
2424
run: mvn --batch-mode install -DskipTests

0 commit comments

Comments
 (0)