Skip to content

Commit

Permalink
Build with Java 21 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
robtimus committed Oct 21, 2023
1 parent 19db1e4 commit 3b2684e
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 @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
java: [8, 11, 17]
java: [8, 11, 17, 21]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3b2684e

Please sign in to comment.