Skip to content

Commit

Permalink
Add Monolog 2.7 quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Jul 4, 2022
1 parent c11642c commit 1cc6ce6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions magento-integration-tests/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ composer config --no-plugins allow-plugins.magento/composer-root-update-plugin t
composer config --no-plugins allow-plugins.magento/inventory-composer-installer true
composer config --no-plugins allow-plugins.magento/magento-composer-installer true

if [[ "$MAGENTO_VERSION" == "2.4.4" ]]; then
echo "Quick fix for Magento 2.4.4"
composer require monolog/monolog:2.6.0 --no-update
fi

echo "Run installation"
COMPOSER_MEMORY_LIMIT=-1 composer install --no-interaction --no-progress

Expand Down

0 comments on commit 1cc6ce6

Please sign in to comment.