There was an error while loading. Please reload this page.
1 parent b52591a commit 8d50a5eCopy full SHA for 8d50a5e
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
strategy:
29
fail-fast: false
30
matrix:
31
- java: [ '8', '11', '17', '20' ]
+ java: [ '8', '11', '17', '21-ea' ]
32
os: [ 'ubuntu-22.04', 'windows-latest' ]
33
steps:
34
- name: Checkout code
0 commit comments