Skip to content

Commit 5b2f43e

Browse files
committed
using Java 25 instead of 24 for CI
1 parent 5dc5daa commit 5b2f43e

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
@@ -10,7 +10,7 @@ jobs:
1010
name: JDK ${{ matrix.java }}
1111
strategy:
1212
matrix:
13-
java: [ 21, 24 ]
13+
java: [ 21, 25 ]
1414

1515
steps:
1616
- name: Checkout...

0 commit comments

Comments
 (0)