We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1188bf commit df1e2c8Copy full SHA for df1e2c8
.github/workflows/ci.yml
@@ -53,11 +53,8 @@ jobs:
53
strategy:
54
matrix:
55
os: [macos-latest, ubuntu-latest, windows-latest]
56
- jdk: [8, 11, 13, 15, 17]
+ jdk: [8, 11, 13, 15, 16]
57
distribution: [ 'zulu', 'adopt' ]
58
- exclude:
59
- - distribution: adopt
60
- jdk: 17
61
name: Java ${{ matrix.jdk }} (${{ matrix.distribution }}) on ${{ matrix.os }}
62
steps:
63
- uses: actions/checkout@v2
0 commit comments