Skip to content

Commit f5921f5

Browse files
committed
ci: Cleanup
1 parent 6a4c0bf commit f5921f5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
name: PHPUnit (PHP ${{ matrix.php }})
1010
runs-on: ubuntu-24.04
1111
strategy:
12+
fail-fast: false
1213
matrix:
1314
php:
1415
- 8.4
@@ -23,10 +24,7 @@ jobs:
2324
coverage: xdebug
2425
ini-file: development
2526
- 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 }}
27+
- run: composer test:cc
3028

3129
PHPStan:
3230
name: PHPStan (PHP ${{ matrix.php }})
@@ -45,4 +43,4 @@ jobs:
4543
php-version: ${{ matrix.php }}
4644
coverage: none
4745
- run: composer install
48-
- run: vendor/bin/phpstan
46+
- run: composer stan

0 commit comments

Comments
 (0)