Skip to content

Commit 3296c5e

Browse files
committed
[Java] Add JDK 20-ea to the build matrix.
1 parent ef309b2 commit 3296c5e

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
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
java: [ '8', '11', '17', '18' ]
31+
java: [ '8', '11', '17', '20-ea' ]
3232
os: [ 'ubuntu-22.04', 'windows-latest' ]
3333
steps:
3434
- name: Checkout code

0 commit comments

Comments
 (0)