Skip to content

Commit

Permalink
disable JDK14 build as baseline is Java6
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jul 2, 2021
1 parent 209b01a commit 5713308
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: ['8', '11', '14']
# Alas, JDK14 can't be yet used as Woodstox builds for Java 6
java_version: ['8', '11']
os: ['ubuntu-20.04']
env:
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
Expand Down

0 comments on commit 5713308

Please sign in to comment.