Skip to content

Commit 5a61eb0

Browse files
committed
Comment out build on JDK 17 (can't do until baseline JDK 8 or above)
1 parent 255f679 commit 5a61eb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
java_version: ['8', '11', '17']
18+
# 01-May-2022, tatu: Until we require Java 8, cannot test against JDK 17 or above
19+
java_version: ['8', '11']
1920
os: ['ubuntu-20.04']
2021
env:
2122
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"

0 commit comments

Comments
 (0)