We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164392b commit 541103aCopy full SHA for 541103a
.github/workflows/maven.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- java: [ 17, 21, 24 ]
+ java: [ 17, 21, 25 ]
12
name: Java ${{ matrix.java }} build
13
14
steps:
0 commit comments