We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb9c0a commit 2635fd3Copy full SHA for 2635fd3
.github/workflows/maven.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
strategy:
30
matrix:
31
- java: [ 17, 21, 24 ]
+ java: [ 17, 21, 25 ]
32
name: Java ${{ matrix.java }} build
33
34
steps:
0 commit comments