Skip to content

Commit

Permalink
Add Java 21 to CI builds since it's an LTS release
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Jun 19, 2024
1 parent a7f8db8 commit 3012060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
java: [ '8', '11', '17']
java: [ '8', '11', '17', '21']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3012060

Please sign in to comment.