diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97cd55307..75d892a8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '21', '22' ] + java: [ '21', '23' ] steps: - uses: actions/checkout@v4