We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb8c371 commit c6425c5Copy full SHA for c6425c5
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
fail-fast: false
26
matrix:
27
# JDK 17 has a few failures so cannot yet enable for this module
28
- java_version: ['8', '11', '17']
+ java_version: ['8', '11']
29
os: ['ubuntu-20.04']
30
env:
31
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
0 commit comments