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