Skip to content

Commit d774338

Browse files
authored
Add Java 25 to CI workflow matrix
1 parent 1172ab9 commit d774338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
java: [ '8', '11', '16', '17', '19', '21' ]
19+
java: [ '8', '11', '16', '17', '19', '21', '25' ]
2020
runs-on: [ubuntu-latest, macos-latest, windows-latest]
2121
exclude:
2222
- runs-on: macos-latest

0 commit comments

Comments
 (0)