Skip to content

Commit

Permalink
Add Java 21 build strategy.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Sep 28, 2023
1 parent 28cef30 commit fd9282e
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 @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
jdk: [17]
jdk: [17, 21]
include:
- platform: ubuntu-latest
jdk: 11
Expand Down

0 comments on commit fd9282e

Please sign in to comment.