Skip to content

Commit

Permalink
Merge pull request #192 from rhusar/ci-jdk23
Browse files Browse the repository at this point in the history
CI: JDK 23 is now GA.
  • Loading branch information
rhusar authored Oct 8, 2024
2 parents 593f0eb + a12da1e commit 1cbe854
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ 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 ]
# Keep this list as: all supported LTS JDKs, the latest GA JDK, and optionally the latest EA JDK (if available).
# https://www.oracle.com/java/technologies/java-se-support-roadmap.html
java: [ 11, 17, 21, 23 ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 1cbe854

Please sign in to comment.