We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1063ac commit 66d4b61Copy full SHA for 66d4b61
1 file changed
.github/workflows/maven.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- java: [ '8', '11', '17', '21' ] # LTS versions
+ java: [ '8', '11', '17', '21', '25' ] # LTS versions
18
19
steps:
20
- uses: actions/checkout@v4
0 commit comments