Skip to content

Commit

Permalink
Remove PHPStan as a dev dependency when running PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegrunwell committed Dec 12, 2023
1 parent d45c330 commit b8181b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
php-version: ${{ matrix.php-version }}
coverage: none

- name: Remove PHPStan as a dependency
run: composer remove --dev phpstan/phpstan

- name: Install Composer dependencies
uses: ramsey/composer-install@v2

Expand Down

0 comments on commit b8181b5

Please sign in to comment.