We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da813d6 commit 2e6c852Copy full SHA for 2e6c852
1 file changed
.github/workflows/tests.yml
@@ -35,10 +35,6 @@ jobs:
35
if: matrix.analysis
36
run: vendor/bin/phpcs
37
38
- - name: Static analysis
39
- if: matrix.analysis
40
- run: vendor/bin/phpstan
41
-
42
- name: Tests
43
run: vendor/bin/phpunit --coverage-clover clover.xml
44
0 commit comments