Skip to content

Commit 47a3c56

Browse files
committed
ci: Cleanup
1 parent ec41b3c commit 47a3c56

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ jobs:
2323
coverage: xdebug
2424
ini-file: development
2525
- 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 }}
26+
- run: composer test:cc
3027

3128
PHPStan:
3229
name: PHPStan (PHP ${{ matrix.php }})
@@ -45,4 +42,4 @@ jobs:
4542
php-version: ${{ matrix.php }}
4643
coverage: none
4744
- run: composer install
48-
- run: vendor/bin/phpstan
45+
- run: composer stan

0 commit comments

Comments
 (0)