Skip to content

Commit

Permalink
Merge pull request #840 from rhusar/ci-jdk23
Browse files Browse the repository at this point in the history
CI: JDK 23 is now GA.
  • Loading branch information
belaban authored Oct 1, 2024
2 parents 4935915 + 91a10cd commit 97e0425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
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, 23-ea ]
# Keep this list as: all supported LTS JDKs, the latest GA JDK, and the latest EA JDK (optional).
java: [ 11, 17, 21, 23 ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 97e0425

Please sign in to comment.