We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4463dd3 commit 7f6d011Copy full SHA for 7f6d011
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- java_version: ['8', '11', '14']
+ java_version: ['8', '11', '17']
24
os: ['ubuntu-20.04']
25
env:
26
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
0 commit comments