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 3c55336 commit bda6932Copy full SHA for bda6932
.github/workflows/static-analysis.yml
@@ -33,8 +33,4 @@ jobs:
33
--no-interaction
34
--no-progress
35
- name: "Run analysis"
36
- run: >-
37
- ./vendor/bin/phpstan analyze src
38
- --no-progress
39
- --memory-limit=-1
40
- -c phpstan.neon
+ run: "composer phpstan"
.github/workflows/tests.yml
@@ -47,11 +47,4 @@ jobs:
47
48
${{ matrix.composer-options }}
49
- name: "Run tests"
50
51
- ./vendor/bin/phpunit
52
- --display-incomplete
53
- --display-skipped
54
- --display-deprecations
55
- --display-errors
56
- --display-notices
57
- --display-warning
+ run: "composer phpunit"
0 commit comments