summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2022-07-07 20:29:31 +0100
committerGreg Roach <greg@subaqua.co.uk>2022-07-07 20:31:22 +0100
commitcc96dffc309b4d8fe7403ed9e9bd9b8ac8fa1b3c (patch)
tree62586bef74700aed2bb6956559983d928af1fad9 /.github
parent588fd84b23cb5ea494febc6974507917b1688368 (diff)
downloadwebtrees-cc96dffc309b4d8fe7403ed9e9bd9b8ac8fa1b3c.tar.gz
webtrees-cc96dffc309b4d8fe7403ed9e9bd9b8ac8fa1b3c.tar.bz2
webtrees-cc96dffc309b4d8fe7403ed9e9bd9b8ac8fa1b3c.zip
phpstan
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/phpstan.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/phpstan.yaml b/.github/workflows/phpstan.yaml
index a0c5d95ff3..2d82e4e82d 100644
--- a/.github/workflows/phpstan.yaml
+++ b/.github/workflows/phpstan.yaml
@@ -22,6 +22,8 @@ jobs:
- run: composer validate
+ - run: composer global config --no-plugins allow-plugins.phpstan/extension-installer true
+
- run: composer global require phpstan/phpstan phpstan/extension-installer phpstan/phpstan-deprecation-rules phpstan/phpstan-strict-rules phpstan/phpstan-phpunit
- run: composer install --no-progress