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 2e78ff0 commit f1188bfCopy full SHA for f1188bf
.github/workflows/ci.yml
@@ -55,7 +55,10 @@ jobs:
55
os: [macos-latest, ubuntu-latest, windows-latest]
56
jdk: [8, 11, 13, 15, 17]
57
distribution: [ 'zulu', 'adopt' ]
58
- name: Java ${{ matrix.Java }} (${{ matrix.distribution }}) sample
+ exclude:
59
+ - distribution: adopt
60
+ jdk: 17
61
+ name: Java ${{ matrix.jdk }} (${{ matrix.distribution }}) on ${{ matrix.os }}
62
steps:
63
- uses: actions/checkout@v2
64
- name: Set up JDK ${{ matrix.jdk }}
0 commit comments