Skip to content

Commit edc8fe0

Browse files
committed
switching from Java 24 to 25 for CI
1 parent 2726c54 commit edc8fe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)