Skip to content

Commit 8187d29

Browse files
committed
incremental update Thu 18 Sep 2025 22:09:29 ADT
1 parent 3807e7f commit 8187d29

File tree

2 files changed

+7
-37
lines changed

2 files changed

+7
-37
lines changed

.github/workflows.break.until.jdk25.available/build.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows.break.until.jdk25.available/mvn_build.yml renamed to .github/workflows/mvn_build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
maven: [ '3.8.6' ]
20+
maven: [ '3.9.11' ]
2121

2222
steps:
2323
- name: get code
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v5
2525

26-
- name: Set up JDK 19
27-
uses: actions/setup-java@v3
26+
- name: Set up JDK 25
27+
uses: actions/setup-java@v5
2828
with:
29-
java-version: '19'
30-
distribution: 'adopt'
29+
distribution: 'zulu'
30+
java-version: '25'
3131

3232
- name: Setup Maven Action
3333
3434
with:
35-
java-version: 19
35+
java-version: 25
3636
maven-version: ${{ matrix.maven }}
3737

3838
- name: run build script

0 commit comments

Comments
 (0)