We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc06998 commit a55e8f1Copy full SHA for a55e8f1
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