Skip to content

Commit c6425c5

Browse files
committed
Disable JDK 17 build for now
1 parent cb8c371 commit c6425c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
# JDK 17 has a few failures so cannot yet enable for this module
28-
java_version: ['8', '11', '17']
28+
java_version: ['8', '11']
2929
os: ['ubuntu-20.04']
3030
env:
3131
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"

0 commit comments

Comments
 (0)