Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Use released 18, add 19-ea
  • Loading branch information
cushon authored May 8, 2022
1 parent ba95fe7 commit 9a5cb2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
java: [ 17, 11 ]
java: [ 18, 17, 11 ]
experimental: [ false ]
# Only test on macos and windows with a single recent JDK to avoid a
# combinatorial explosion of test configurations.
# Most OS-specific issues are not specific to a particular JDK version.
include:
- os: macos-latest
java: 17
java: 18
experimental: false
- os: windows-latest
java: 17
java: 18
experimental: false
- os: ubuntu-latest
java: 18-ea
java: 19-ea
experimental: true
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
Expand Down

0 comments on commit 9a5cb2d

Please sign in to comment.