Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Expand JDK testing to 21
  • Loading branch information
lukehutch authored Nov 12, 2024
1 parent 22e9633 commit 0a5d76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
matrix:
architecture: [x86, x64]
os: [ubuntu-latest, macOS-latest, windows-latest]
java: [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]
java: [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]
exclude:
- os: macOS-latest
architecture: x86
Expand Down

0 comments on commit 0a5d76b

Please sign in to comment.