Skip to content

Commit

Permalink
Removed phpstan from build (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyamcl committed Jul 12, 2024
1 parent 70e5f9d commit 213851e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
restore-keys: ${{ matrix.php }}-composer-
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Run PHPStan
run: composer phpstan
- name: Run PHP-CS
run: composer check-style
- name: Run test suite
Expand Down

0 comments on commit 213851e

Please sign in to comment.