Skip to content

Commit

Permalink
Merge pull request #328 from rhusar/ci-jdk22
Browse files Browse the repository at this point in the history
CI: JDK 22 is now GA!
  • Loading branch information
rhusar authored Apr 27, 2024
2 parents 5b0be0c + a625d54 commit b6b6efb
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.
java: [ 11, 17, 21, 22-ea ]
java: [ 11, 17, 21, 22, 23-ea ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit b6b6efb

Please sign in to comment.