mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Upgrade Error Prone 2.16 -> 2.17.0 (#432)
See: - https://github.com/google/error-prone/releases/tag/v2.17.0 - https://github.com/google/error-prone/compare/v2.16...v2.17.0 - https://github.com/PicnicSupermarket/error-prone/compare/v2.16-picnic-2...v2.17.0-picnic-1
This commit is contained in:
committed by
GitHub
parent
d45682143d
commit
becfcb5374
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user