Skip to content

Commit 0eb12a1

Browse files
cushongoogle-java-format Team
authored andcommitted
Update to non-EA JDK 17 builds
and add JDK 8 to the matrix. PiperOrigin-RevId: 399469056
1 parent 2c5d5fd commit 0eb12a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
os: [ ubuntu-latest ]
32-
java: [ 16, 14, 11 ]
32+
java: [ 17, 14, 11 ]
3333
experimental: [ false ]
3434
include:
3535
# Only test on macos and windows with a single recent JDK to avoid a
3636
# combinatorial explosion of test configurations.
3737
- os: macos-latest
38-
java: 16
38+
java: 17
3939
experimental: false
4040
- os: windows-latest
41-
java: 16
41+
java: 17
4242
experimental: false
4343
- os: ubuntu-latest
44-
java: 17-ea
44+
java: 18-ea
4545
experimental: true
4646
runs-on: ${{ matrix.os }}
4747
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)