Skip to content

Commit

Permalink
Merge pull request #205 from rhusar/ci-jdk21
Browse files Browse the repository at this point in the history
CI: Latest LTS release JDK 21 is now GA.
  • Loading branch information
belaban authored Jan 3, 2024
2 parents 8285fcf + 33c041c commit 17b524b
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 @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ 11, 17 ]
java: [ 11, 17, 21 ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 17b524b

Please sign in to comment.