We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b3061 commit 227a6f9Copy full SHA for 227a6f9
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
fail-fast: false
25
matrix:
26
- java: [ '8', '11', '17', '18-ea' ]
+ java: [ '8', '11', '17', '18' ]
27
os: [ 'ubuntu-20.04', 'windows-latest' ]
28
steps:
29
- name: Checkout code
0 commit comments