Skip to content

Commit 62d2def

Browse files
committed
[CI] Add JDK 18-ea to the build matrix.
1 parent d19ca92 commit 62d2def

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
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
java: [ '8', '11', '17' ]
22+
java: [ '8', '11', '17', '18-ea' ]
2323
os: [ 'ubuntu-20.04', 'windows-latest' ]
2424
steps:
2525
- name: Checkout code

0 commit comments

Comments
 (0)