Skip to content

Commit

Permalink
Remove unsupported JDK versions from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jfree committed Oct 3, 2020
1 parent 4dd3087 commit 9652e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, macOS-latest, windows-2016]
java: [8, 8.0.192, 9, 10, 11, 11.0.3, 12, 13, 13.0.4, 14, 15, 16-ea]
java: [11, 11.0.3, 12, 13, 13.0.4, 14, 15, 16-ea]
fail-fast: false
max-parallel: 4
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
Expand Down

0 comments on commit 9652e91

Please sign in to comment.