There was an error while loading. Please reload this page.
1 parent d175586 commit 86e7692Copy full SHA for 86e7692
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- java: [ '8', '11', '16', '17-ea' ]
+ java: [ '8', '11', '17' ]
23
os: [ 'ubuntu-20.04', 'windows-latest' ]
24
steps:
25
- name: Checkout code
0 commit comments