Skip to content

Commit a71eea9

Browse files
committed
[actions] Replace jdk 16 with 17 and 18-ea
1 parent 9004f52 commit a71eea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macOS-latest, windows-latest]
11-
java: [8, 11, 16]
11+
java: [8, 11, 17, 18-ea]
1212
fail-fast: false
1313
max-parallel: 4
1414
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}

0 commit comments

Comments
 (0)