Skip to content

Commit 21a14dd

Browse files
authored
Merge pull request #7 from Chris53897/feature/fix-ci-run-for-phpstan
chore: allow-plugins in testrun for phpstan
2 parents 2908a55 + 93bb87d commit 21a14dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/phpstan.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
php-version: '8.0'
2525
coverage: none
2626

27+
- name: Allow composer plugins
28+
run: |
29+
composer config --no-plugins allow-plugins.pestphp/pest-plugin true
30+
composer config --no-plugins allow-plugins.phpstan/extension-installer true
31+
2732
- name: Install composer dependencies
2833
uses: ramsey/composer-install@v2
2934

0 commit comments

Comments
 (0)