Skip to content

Commit

Permalink
Update Java versions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jfree authored Aug 5, 2021
1 parent 400969d commit ba8e26e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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: [11, 11.0.3, 12, 13, 13.0.4, 14, 15, 16-ea]
java: [11, 13, 15, 16, 17-ea]
fail-fast: false
max-parallel: 4
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
Expand All @@ -23,4 +23,4 @@ jobs:
- name: Test with Maven
run: mvn test -B --file pom.xml

...
...

0 comments on commit ba8e26e

Please sign in to comment.