Skip to content

Commit df1e2c8

Browse files
committed
chore: Remove matrix value jdk 17
1 parent f1188bf commit df1e2c8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,8 @@ jobs:
5353
strategy:
5454
matrix:
5555
os: [macos-latest, ubuntu-latest, windows-latest]
56-
jdk: [8, 11, 13, 15, 17]
56+
jdk: [8, 11, 13, 15, 16]
5757
distribution: [ 'zulu', 'adopt' ]
58-
exclude:
59-
- distribution: adopt
60-
jdk: 17
6158
name: Java ${{ matrix.jdk }} (${{ matrix.distribution }}) on ${{ matrix.os }}
6259
steps:
6360
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)