Skip to content

Commit

Permalink
phpstan extension Installer
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Jun 10, 2024
1 parent 061ae94 commit d4e81f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Add test dependencies
run: |
composer config --no-plugins allow-plugins true
composer require --dev cweagans/composer-patches:^1.5.0 mglaman/phpstan-drupal phpstan/phpstan-deprecation-rules phpstan/phpstan-phpunit drupal/core-dev:${{ matrix.drupal_core_compatibility }}
composer require --dev phpstan/extension-installer cweagans/composer-patches:^1.5.0 mglaman/phpstan-drupal phpstan/phpstan-deprecation-rules phpstan/phpstan-phpunit drupal/core-dev:${{ matrix.drupal_core_compatibility }}
composer config extra.enable-patching true
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit d4e81f1

Please sign in to comment.