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 cd459c1 commit 37275d9Copy full SHA for 37275d9
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
fail-fast: false
25
matrix:
26
- java_version: ['8', '11', '17', '21', '25']
+ java_version: ['8', '17', '21', '25']
27
env:
28
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
29
steps:
0 commit comments