Skip to content

Commit

Permalink
CI: JDK 22 is now GA.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Jul 8, 2024
1 parent f04c51a commit 8e7de74
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 @@ -17,7 +17,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, 21, 22-ea ]
java: [ 11, 17, 21, 22, 23-ea ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 8e7de74

Please sign in to comment.