diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b49fb816..24160d34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [11, 17, 21] + java: [11, 17, 21, 23] steps: - name: Checkout sources uses: actions/checkout@v4