From b4e7831c93ad82caa0abe3bdce52e4af2eda333b Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Thu, 25 Aug 2022 13:46:00 -0600 Subject: [PATCH] feat(integration): fix integration tests for v2.4.0 (#46) --- .github/workflows/integration.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index aad3f53..b067fc8 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -137,6 +137,12 @@ jobs: if: | steps.magento-version.outputs.version == '"2.4.4"' + - run: composer require "dotmailer/dotmailer-magento2-extension-package:4.6.0-p2 as 4.6.0" --no-update + name: Fixup Dotmailer (https://devdocs.magento.com/guides/v2.4/release-notes/release-notes-2-4-0-commerce.html#dotdigital-1) + working-directory: ${{ inputs.magento_directory }} + if: | + steps.magento-version.outputs.version == '"2.4.0"' + - run: | composer config --no-interaction allow-plugins.dealerdirect/phpcodesniffer-composer-installer true composer config --no-interaction allow-plugins.laminas/laminas-dependency-plugin true