We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d4659 commit 253fdc6Copy full SHA for 253fdc6
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
fail-fast: false
20
matrix:
21
# 01-May-2022, tatu: Until we require Java 8, cannot test against JDK 17 or above
22
- java_version: ['8', '11', '17']
+ java_version: ['8', '11']
23
env:
24
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
25
steps:
0 commit comments