Skip to content

Commit cd7605c

Browse files
committed
GitHub Actions add java-18-ea
1 parent 3069424 commit cd7605c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-18.04, ubuntu-20.04]
12-
java: [7, 8, 11, 17]
12+
java: [7, 8, 11, 17, 18-ea]
1313
fail-fast: false
1414
max-parallel: 4
1515
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}

0 commit comments

Comments
 (0)