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 502bf2a commit 8276389Copy full SHA for 8276389
.github/workflows/ci.yml
@@ -29,6 +29,7 @@ jobs:
29
- name: Install dependencies
30
run: |
31
composer install --no-progress --prefer-dist --optimize-autoloader
32
- composer require --dev phpunit/phpunit
+ - name: Check with phpstan
33
+ run: vendor/bin/phpstan analyse src --level 8
34
- name: Test with phpunit
35
run: vendor/bin/phpunit --coverage-text
0 commit comments