We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b67bf5 commit 47137dfCopy full SHA for 47137df
.github/workflows/maven-build.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- java: [ 17, 21, 24 ]
+ java: [ 17, 21, 25 ]
15
name: Java ${{ matrix.java }} build
16
17
steps:
0 commit comments