Skip to content

Commit b8181b5

Browse files
committed
Remove PHPStan as a dev dependency when running PHPUnit
1 parent d45c330 commit b8181b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
php-version: ${{ matrix.php-version }}
2020
coverage: none
2121

22+
- name: Remove PHPStan as a dependency
23+
run: composer remove --dev phpstan/phpstan
24+
2225
- name: Install Composer dependencies
2326
uses: ramsey/composer-install@v2
2427

0 commit comments

Comments
 (0)