Skip to content

Commit

Permalink
Removes PHPStan from the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
azambon committed Nov 15, 2022
1 parent de1d9b8 commit 320ee11
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,5 @@ jobs:
- name: Composer Require Checker
run: composer-require-checker

- name: Run PHPStan
run: vendor/bin/phpstan analyse --no-progress -l max -c phpstan.neon src/

- name: PHPUnit tests
run: vendor/bin/phpunit tests

0 comments on commit 320ee11

Please sign in to comment.