Skip to content

Commit b52591a

Browse files
committed
[CI] Add JDK 20 to the build matrix.
1 parent c224935 commit b52591a

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

0 commit comments

Comments
 (0)