Skip to content

Commit

Permalink
Update ci.yml for JDK 21 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon committed Sep 21, 2023
1 parent 5f2485b commit 08e95c1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,17 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
java: [ 20, 17, 11 ]
java: [ 21, 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: 20
java: 21
experimental: false
- os: windows-latest
java: 20
java: 21
experimental: false
- os: ubuntu-latest
java: 21-ea
experimental: true
- os: ubuntu-latest
java: 22-ea
experimental: true
Expand Down

0 comments on commit 08e95c1

Please sign in to comment.