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 f61f7c7 commit 622369dCopy full SHA for 622369d
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Setup Test Matrix
43
id: get-matrix
44
run: |
45
- bundle exec matrix_from_metadata_v3 --provision-prefer provision_service --nightly --platform-exclude scientific-7 --platform-exclude ubuntu-18.04
+ bundle exec matrix_from_metadata_v3 --provision-prefer provision_service --nightly --platform-exclude scientific-7 --platform-exclude ubuntu-18.04 --platform-exclude debian-10
46
47
Acceptance:
48
name: "Acceptance tests (${{matrix.platforms.label}}, ${{matrix.collection.collection || matrix.collection}})"
0 commit comments