mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
feat(integration): fix integration tests for v2.4.0 (#46)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user