Skip to content

Commit

Permalink
Update to non-EA JDK 17 builds
Browse files Browse the repository at this point in the history
and add JDK 8 to the matrix.

PiperOrigin-RevId: 399469056
  • Loading branch information
cushon authored and google-java-format Team committed Sep 28, 2021
1 parent 2c5d5fd commit 0eb12a1
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 @@ -29,19 +29,19 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
java: [ 16, 14, 11 ]
java: [ 17, 14, 11 ]
experimental: [ false ]
include:
# Only test on macos and windows with a single recent JDK to avoid a
# combinatorial explosion of test configurations.
- os: macos-latest
java: 16
java: 17
experimental: false
- os: windows-latest
java: 16
java: 17
experimental: false
- os: ubuntu-latest
java: 17-ea
java: 18-ea
experimental: true
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
Expand Down

0 comments on commit 0eb12a1

Please sign in to comment.