diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c87645c..0768faa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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