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 1d2bc93 commit f3a2bf8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,21 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
java: [ 20, 17, 11 ]
java: [ 21, 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: 20
java: 21
experimental: false
- os: windows-latest
java: 20
java: 21
experimental: false
- os: ubuntu-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 f3a2bf8

Please sign in to comment.