diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c94f9aa0a8c..75e667e3393 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: checks: write strategy: matrix: - java: [ '17', '21', '23' ] + java: [ '17', '21' ] steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup-build