Skip to content

Commit 253fdc6

Browse files
committed
Remove JDK 17 from CI, can't test until build requires Java 8 (that is, target not Java 6)
1 parent 35d4659 commit 253fdc6

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
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
# 01-May-2022, tatu: Until we require Java 8, cannot test against JDK 17 or above
22-
java_version: ['8', '11', '17']
22+
java_version: ['8', '11']
2323
env:
2424
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2525
steps:

0 commit comments

Comments
 (0)