Skip to content

Commit 8d50a5e

Browse files
committed
[CI] Add JDK 21-ea to the build matrix.
1 parent b52591a commit 8d50a5e

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', '20' ]
31+
java: [ '8', '11', '17', '21-ea' ]
3232
os: [ 'ubuntu-22.04', 'windows-latest' ]
3333
steps:
3434
- name: Checkout code

0 commit comments

Comments
 (0)