Skip to content

Commit

Permalink
Merge pull request #750 from rhusar/ci-jdk21
Browse files Browse the repository at this point in the history
CI: JDK 21 is now GA.
  • Loading branch information
belaban authored Nov 29, 2023
2 parents ca40f04 + 0084375 commit 96a7d33
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 @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
# Keep this list as: all supported LTS JDKs, the latest GA JDK, and the latest EA JDK (if available).
java: [ 11, 17, 20, 21-ea ]
java: [ 11, 17, 21, 22-ea ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 96a7d33

Please sign in to comment.