diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eedefe7d3..f198350a1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [ ubuntu-20.04, windows-latest, macos-latest ] - java: [ 8, 11, 17, 21, 23 ] + java: [ 8, 11, 17, 21 ] fail-fast: false max-parallel: 16 name: Test on JDK ${{ matrix.java }} OS ${{ matrix.os }}