Skip to content

Commit e331109

Browse files
committed
[actions] Java 16 is GA, add 17-ea
1 parent f9d6abb commit e331109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest, macOS-latest, windows-latest]
27-
java: [8, 11, 15, 16-ea]
27+
java: [8, 11, 15, 16, 17-ea]
2828
fail-fast: false
2929
max-parallel: 4
3030
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}

0 commit comments

Comments
 (0)