From 1dfc14064caab61f9f011b990779dae09a3c992f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gregor-Herrmann?= Date: Wed, 9 Oct 2024 12:21:47 +0200 Subject: [PATCH] TPI-4331: Compatibility adjustments --- .github/workflows/build_magento244.yml | 2 +- .github/workflows/build_magento245.yml | 2 +- .github/workflows/build_magento246.yml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_magento244.yml b/.github/workflows/build_magento244.yml index 8c9b923e..06a15d83 100644 --- a/.github/workflows/build_magento244.yml +++ b/.github/workflows/build_magento244.yml @@ -56,7 +56,7 @@ jobs: --db-host=127.0.0.1:4444 --db-name=magento --db-user=root --db-password=root --admin-firstname=Dieter \ --admin-lastname=Demo --admin-email=dieterdemo@payone.com --admin-user=DieterDemo \ --admin-password=72q980hdfq2378ga9w87dg6 --language=de_DE --currency=EUR --timezone=Europe/Berlin \ - --disable-modules=Magento_Elasticsearch7,Magento_Elasticsearch,Magento_OpenSearch + --disable-modules=Magento_Elasticsearch7,Magento_Elasticsearch composer require --ignore-platform-reqs payone-gmbh/magento-2 dev-master rm -rf /tmp/build/vendor/payone-gmbh/magento-2/* cp -R $GITHUB_WORKSPACE/* /tmp/build/vendor/payone-gmbh/magento-2 diff --git a/.github/workflows/build_magento245.yml b/.github/workflows/build_magento245.yml index bbb8e4ed..6298e6a8 100644 --- a/.github/workflows/build_magento245.yml +++ b/.github/workflows/build_magento245.yml @@ -56,7 +56,7 @@ jobs: --db-host=127.0.0.1:4444 --db-name=magento --db-user=root --db-password=root --admin-firstname=Dieter \ --admin-lastname=Demo --admin-email=dieterdemo@payone.com --admin-user=DieterDemo \ --admin-password=72q980hdfq2378ga9w87dg6 --language=de_DE --currency=EUR --timezone=Europe/Berlin \ - --disable-modules=Magento_Elasticsearch7,Magento_Elasticsearch,Magento_OpenSearch + --disable-modules=Magento_Elasticsearch7,Magento_Elasticsearch composer require --ignore-platform-reqs payone-gmbh/magento-2 dev-master rm -rf /tmp/build/vendor/payone-gmbh/magento-2/* cp -R $GITHUB_WORKSPACE/* /tmp/build/vendor/payone-gmbh/magento-2 diff --git a/.github/workflows/build_magento246.yml b/.github/workflows/build_magento246.yml index 315b21b9..61dd3555 100644 --- a/.github/workflows/build_magento246.yml +++ b/.github/workflows/build_magento246.yml @@ -63,5 +63,6 @@ jobs: php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento cache:clean + sed -i 's+>allure/allure.config.php<+>dev/tests/unit/allure/allure.config.php<+g' dev/tests/unit/phpunit.xml.dist ./vendor/bin/phpunit -c dev/tests/unit/phpunit.xml.dist vendor/payone-gmbh/magento-2/Test/Unit