diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 82aea3ae3b..2fa2308bdc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,7 +11,10 @@ jobs: strategy: matrix: jdk: [ 11.0.16, 16.0.2, 17.0.4, 18.0.2, 19 ] - experimental: [false, false, false, true, true] + experimental: [false] + include: + - java: 19 + experimental: true continue-on-error: ${{ matrix.experimental }} steps: # We run the build twice for each supported JDK: once against the