Skip to content

Commit f6f3ad6

Browse files
committed
Also build with java 25
1 parent 4b1d28b commit f6f3ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
java-version: [ 17, 21 ]
17+
java-version: [ 17, 21, 25 ]
1818
steps:
1919
- uses: actions/checkout@v5
2020
- name: Set up Java ${{ matrix.java-version }}

0 commit comments

Comments
 (0)