Skip to content

Commit

Permalink
Pending changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Aug 23, 2024
1 parent 2655967 commit 15dbc69
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 1 deletion.
Empty file modified .github/workflows/extdn-integration-tests-post-install.sh
100644 → 100755
Empty file.
Empty file modified .github/workflows/extdn-integration-tests-pre-install-m23.sh
100644 → 100755
Empty file.
Empty file modified .github/workflows/extdn-integration-tests-pre-install-m24.sh
100644 → 100755
Empty file.
Empty file modified .github/workflows/extdn-integration-tests-pre-install.sh
100644 → 100755
Empty file.
13 changes: 13 additions & 0 deletions .github/workflows/extdn-phpstan-pre-install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash
composer config minimum-stability dev
composer config prefer-stable false

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

composer config --no-plugins allow-plugins true
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
composer require yireo/magento2-replace-pagebuilder:^4.0 --no-update
2 changes: 1 addition & 1 deletion .github/workflows/extdn-phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
composer_name: yireo/magento2-webp2
composer_version: 2
phpstan_level: 2
magento_pre_install_script: .github/workflows/extdn-integration-tests-pre-install.sh
magento_pre_install_script: .github/workflows/extdn-phpstan-pre-install.sh

0 comments on commit 15dbc69

Please sign in to comment.