Disable failing JDK 20-ea build for now (#419)

The build fails due to
openjdk/jdk20@2cb64a7557; the upcoming
Error Prone release includes a workaround for this:
google/error-prone@df033f03cb.
This commit is contained in:
Stephan Schroevers
2022-12-19 09:37:03 +01:00
committed by GitHub
parent 870d16a0b6
commit fd2946a9c8

View File

@@ -22,10 +22,11 @@ jobs:
jdk: 17.0.4
distribution: temurin
experimental: false
- os: ubuntu-22.04
jdk: 20-ea
distribution: zulu
experimental: true
# XXX: Re-enable this build after upgrading to Error Prone 2.17.
#- os: ubuntu-22.04
# jdk: 20-ea
# distribution: zulu
# experimental: true
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
steps: