Skip to content

Commit 755c1b2

Browse files
committed
Adjust required PHPUnit requirements and CI setup
1 parent 9039599 commit 755c1b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
fi
8383
8484
- name: "PHPUnit: tests"
85-
run: vendor/bin/phpunit --testsuite=unit
85+
run: vendor/bin/phpunit --no-coverage --testsuite=unit
8686

8787
integration-tests:
8888
name: "Integration Tests (PHP ${{ matrix.php-version }} ${{ matrix.dependencies }})"

0 commit comments

Comments
 (0)