Skip to content

Commit

Permalink
Remove bitexpert from GitHub Action because it is in the action script
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Sep 3, 2024
1 parent 52b16c6 commit 07fc681
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/extdn-phpstan-pre-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ composer config prefer-stable false

composer require yireo/magento2-integration-test-helper --no-update

composer config --no-plugins allow-plugins true
#composer config --no-plugins allow-plugins true

composer require --dev phpstan/extension-installer --no-update
composer require --dev bitexpert/phpstan-magento --no-update -W
#composer require --dev phpstan/extension-installer --no-update
#composer require --dev bitexpert/phpstan-magento --no-update

composer require yireo/magento2-replace-bundled:^4.0 --no-update
composer require yireo/magento2-replace-inventory:^4.0 --no-update
Expand Down

0 comments on commit 07fc681

Please sign in to comment.