Skip to content

Commit

Permalink
Update Error Prone CI to use JDK 16 as latest, and add 17-ea
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 373489600
  • Loading branch information
cushon authored and Error Prone Team committed May 13, 2021
1 parent f6761ee commit 5913d86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
java: [ 15, 11, 8 ]
java: [ 16, 11, 8 ]
experimental: [ false ]
# Only test on macos and windows with a single recent JDK to avoid a
# combinatorial explosion of test configurations.
# Most OS-specific issues are not specific to a particular JDK version.
include:
- os: macos-latest
java: 15
java: 16
experimental: false
- os: windows-latest
java: 15
java: 16
experimental: false
- os: ubuntu-latest
java: 16-ea
java: 17-ea
experimental: true
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
Expand Down

0 comments on commit 5913d86

Please sign in to comment.