Skip to content

Commit 0bbd2a9

Browse files
committed
GitHub Actions add java-19-ea
1 parent f2213d3 commit 0bbd2a9

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
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-18.04, ubuntu-20.04]
12-
java: [7, 8, 11, 17, 18-ea]
12+
java: [7, 8, 11, 17, 18-ea, 19-ea]
1313
fail-fast: false
1414
max-parallel: 4
1515
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}

0 commit comments

Comments
 (0)