From 41033b068a9ff243f95ff3e08a075e8844889b09 Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Sun, 24 Jul 2022 10:52:08 -0400 Subject: [PATCH] fix(integration): force to explicitly older monolog versions (#12) See https://github.com/magento/magento2/issues/35604 Looks like this is a wontfix. --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 097cafa1..de052b3e 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -111,7 +111,7 @@ jobs: working-directory: ${{ inputs.magento_directory }} shell: bash - - run: composer require monolog/monolog:"!=2.7.0" --no-update + - run: composer require monolog/monolog:"<2.7.0" --no-update name: Fixup Monolog (https://github.com/magento/magento2/pull/35596) working-directory: ${{ inputs.magento_directory }}