Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Unpin JDK 11, latest STS is 20, add 22-ea
  • Loading branch information
cushon committed Aug 6, 2023
1 parent 3a2aeff commit a13b70b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -29,22 +29,22 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
java: [ 19, 17, 11.0.16 ]
java: [ 20, 17, 11 ]
experimental: [ false ]
include:
# Only test on macos and windows with a single recent JDK to avoid a
# combinatorial explosion of test configurations.
- os: macos-latest
java: 19
java: 20
experimental: false
- os: windows-latest
java: 19
java: 20
experimental: false
- os: ubuntu-latest
java: 20-ea
java: 21-ea
experimental: true
- os: ubuntu-latest
java: 21-ea
java: 22-ea
experimental: true
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
Expand Down

0 comments on commit a13b70b

Please sign in to comment.