From e9ea198bbe945bac89f80b600804b0d481c88917 Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Sun, 24 Jul 2022 11:42:46 -0400 Subject: [PATCH] fix(integration): force to explicitly older monolog versions (#12) (#16) 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 097cafa..de052b3 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 }}