Skip to content

Commit

Permalink
Add Java 21 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jan 14, 2024
1 parent 1b546ee commit 54935f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
java: [ '11', '17' ]
java: ['11', '17', '21']
steps:
- uses: actions/checkout@v4
- name: Setup JDK
Expand Down

0 comments on commit 54935f3

Please sign in to comment.