Skip to content

Commit

Permalink
Update CI to test on JDK 21
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis committed Dec 9, 2023
1 parent 25363f3 commit ba32e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
java: [11, 20]
java: [11, 21]
include:
- os: ubuntu-latest
java: 17
Expand All @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
java: [11, 20]
java: [11, 21]
include:
- os: ubuntu-latest
java: 17
Expand Down

0 comments on commit ba32e9c

Please sign in to comment.