Skip to content

Commit f61f7c7

Browse files
committed
Exclude EOL platforms unsupported by GCP
1 parent 1fe3f05 commit f61f7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Test Matrix
4343
id: get-matrix
4444
run: |
45-
bundle exec matrix_from_metadata_v3 --provision-prefer provision_service --nightly
45+
bundle exec matrix_from_metadata_v3 --provision-prefer provision_service --nightly --platform-exclude scientific-7 --platform-exclude ubuntu-18.04
4646
4747
Acceptance:
4848
name: "Acceptance tests (${{matrix.platforms.label}}, ${{matrix.collection.collection || matrix.collection}})"

0 commit comments

Comments
 (0)