Stephan Schroevers
2023-01-03 13:47:21 +01:00
committed by GitHub
parent d45682143d
commit becfcb5374
2 changed files with 10 additions and 7 deletions

View File

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