Skip to content

Commit

Permalink
Remove JDK 17 from CI, can't test until build requires Java 8 (that i…
Browse files Browse the repository at this point in the history
…s, target not Java 6)
  • Loading branch information
cowtowncoder committed Feb 12, 2025
1 parent 35d4659 commit 253fdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
# 01-May-2022, tatu: Until we require Java 8, cannot test against JDK 17 or above
java_version: ['8', '11', '17']
java_version: ['8', '11']
env:
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
steps:
Expand Down

0 comments on commit 253fdc6

Please sign in to comment.