Skip to content

Commit

Permalink
Support Java 21 LTS (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwood authored Oct 15, 2023
1 parent dbcd3cd commit 68f8071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- java: 11
maven: verify
- java: 17
maven: verify site
- java: 18
maven: verify
- java: 21
maven: verify site
steps:
- name: Harden Runner
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
Expand Down

0 comments on commit 68f8071

Please sign in to comment.