Skip to content

Commit 44829c4

Browse files
authored
Added Java 25
1 parent 4717c40 commit 44829c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
java: [17, 21, 23, 24]
12+
java: [17, 21, 23, 24, 25]
1313

1414
steps:
1515
- uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: windows-latest
2828
strategy:
2929
matrix:
30-
java: [17, 21, 23, 24]
30+
java: [17, 21, 23, 24, 25]
3131

3232
steps:
3333
- uses: actions/checkout@v4
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: macOS-latest
4646
strategy:
4747
matrix:
48-
java: [17, 21, 23, 24]
48+
java: [17, 21, 23, 24, 25]
4949

5050
steps:
5151
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)