Skip to content

Commit 6b46232

Browse files
committed
Add phpstan as well
1 parent 6f52c8f commit 6b46232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cd /tmp/magento
2020
composer config repositories.local-source path package-source/
2121
composer config --no-plugins allow-plugins true
22-
composer require --prefer-source -- ${COMPOSER_NAME}:@dev bitexpert/phpstan-magento phpstan/extension-installer
22+
composer require --prefer-source -- ${COMPOSER_NAME}:@dev phpstan/phpstan bitexpert/phpstan-magento phpstan/extension-installer
2323
2424
- name: Run Magento 2 PHPStan Tests
2525
run: |

0 commit comments

Comments
 (0)