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 ec41b3c commit 47a3c56Copy full SHA for 47a3c56
.github/workflows/ci.yml
@@ -23,10 +23,7 @@ jobs:
23
coverage: xdebug
24
ini-file: development
25
- run: composer install
26
- - run: vendor/bin/phpunit --coverage-text
27
- if: ${{ matrix.php >= 7.3 }}
28
- - run: vendor/bin/phpunit --coverage-text -c phpunit.xml.legacy
29
- if: ${{ matrix.php < 7.3 }}
+ - run: composer test:cc
30
31
PHPStan:
32
name: PHPStan (PHP ${{ matrix.php }})
@@ -45,4 +42,4 @@ jobs:
45
42
php-version: ${{ matrix.php }}
46
43
coverage: none
47
44
48
- - run: vendor/bin/phpstan
+ - run: composer stan
0 commit comments