Skip to content

Commit

Permalink
CI: JDK 23 is now GA.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Sep 30, 2024
1 parent 3d4a93d commit 91a10cd
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 91a10cd

Please sign in to comment.