Skip to content

Commit f1188bf

Browse files
committed
chore: Exclude jdk 17 for when distro == adopt
1 parent 2e78ff0 commit f1188bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ jobs:
5555
os: [macos-latest, ubuntu-latest, windows-latest]
5656
jdk: [8, 11, 13, 15, 17]
5757
distribution: [ 'zulu', 'adopt' ]
58-
name: Java ${{ matrix.Java }} (${{ matrix.distribution }}) sample
58+
exclude:
59+
- distribution: adopt
60+
jdk: 17
61+
name: Java ${{ matrix.jdk }} (${{ matrix.distribution }}) on ${{ matrix.os }}
5962
steps:
6063
- uses: actions/checkout@v2
6164
- name: Set up JDK ${{ matrix.jdk }}

0 commit comments

Comments
 (0)