Skip to content

Commit e58838b

Browse files
[#603] add jdk25 EA in java build version
1 parent 155b1fd commit e58838b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-build-action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
java: [ '11', '17', '21' ]
14+
java: [ '11', '17', '21', '25-ea' ]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Setup JDK ${{ matrix.java }}
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
strategy:
3434
matrix:
35-
java: [ '17', '21' ]
35+
java: [ '17', '21', '25-ea' ]
3636
steps:
3737
- uses: actions/checkout@v4
3838
- name: Setup Maven4

0 commit comments

Comments
 (0)