diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 57cedbda5..b910d669e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, windows-latest ] - java: [ 8, 11, 17, 20, 21-ea ] + java: [ 8, 11, 17, 20, 21 ] fail-fast: false max-parallel: 64 name: Fast Test on Java ${{ matrix.java }} OS ${{ matrix.os }} diff --git a/.github/workflows/strong_ci.yaml b/.github/workflows/strong_ci.yaml index 1d584247c..96e93f565 100644 --- a/.github/workflows/strong_ci.yaml +++ b/.github/workflows/strong_ci.yaml @@ -40,7 +40,7 @@ jobs: - name: setup Java 21 uses: actions/setup-java@v3 with: - java-version: 21-ea + java-version: 21 distribution: zulu - name: run integration test