We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa65057 commit 57b3760Copy full SHA for 57b3760
.github/workflows/php.yml
@@ -43,11 +43,11 @@ jobs:
43
- name: Install dependencies
44
run: composer require laravel/framework ${{ matrix.laravel_version }} --prefer-dist --no-progress
45
46
- - name: PHPStan
47
- run: vendor/bin/phpstan analyze
48
-
49
- name: PHPUnit
50
run: vendor/bin/phpunit --coverage-clover coverage.xml --configuration phpunit.php${{ matrix.php_version }}.xml.dist
51
+ - name: PHPStan
+ run: vendor/bin/phpstan analyze
+
52
- name: Coverage
53
run: bash <(curl -s https://codecov.io/bash)
0 commit comments