Skip to content

Commit

Permalink
Merge pull request #7 from Chris53897/feature/fix-ci-run-for-phpstan
Browse files Browse the repository at this point in the history
chore: allow-plugins in testrun for phpstan
  • Loading branch information
freekmurze authored Nov 1, 2023
2 parents 2908a55 + 93bb87d commit 21a14dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
php-version: '8.0'
coverage: none

- name: Allow composer plugins
run: |
composer config --no-plugins allow-plugins.pestphp/pest-plugin true
composer config --no-plugins allow-plugins.phpstan/extension-installer true
- name: Install composer dependencies
uses: ramsey/composer-install@v2

Expand Down

0 comments on commit 21a14dd

Please sign in to comment.