We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181ede0 commit e306852Copy full SHA for e306852
1 file changed
.github/workflows/maven.yml
@@ -10,7 +10,7 @@ jobs:
10
name: JDK ${{ matrix.java }}
11
strategy:
12
matrix:
13
- java: [ 21, 24 ]
+ java: [ 21, 25 ]
14
15
steps:
16
- name: Checkout...
0 commit comments