Skip to content

Commit a2433fa

Browse files
committed
Update test matrix to trigger on versioned branches and run Pest without coverage
1 parent 454e20d commit a2433fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- main
7+
- '[0-9]+.x' # Trigger for main version branch (e.g. 1.x, 2.x, 3.x, 4.x)
88
- support/*
99

1010
jobs:
@@ -47,4 +47,4 @@ jobs:
4747
run: composer update --prefer-lowest --prefer-stable --no-interaction --no-progress --with-all-dependencies
4848

4949
- name: Run tests
50-
run: vendor/bin/pest
50+
run: vendor/bin/pest --no-coverage

0 commit comments

Comments
 (0)