We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd6e8d commit 3d9f98aCopy full SHA for 3d9f98a
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- java: [ '8', '11', '16', '17', '19', '21' ]
+ java: [ '8', '11', '16', '17', '19', '21', '25' ]
18
runs-on: [ubuntu-latest, windows-2022, macos-latest ]
19
exclude:
20
- runs-on: macos-latest
0 commit comments