You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Compatibility of the later releases of the Module and Magento 2.4.4 does not seem great.
Is its worth an extra CI job, to validate composer install & compilation steps across supported versions?
What we've noticed is 9.12.1 is the latest compatible version
Version 9.12.2 fails due to compilation errors
Versions 9.13 and newer is rejected due to composer constraints
To Reproduce
Steps to reproduce the behavior:
Install Latest version of Magento 2.4.4 composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition:2.4.4-p11 /tmp/magento244; cd /tmp/magento244
Install the Adyen Module composer require adyen/module-payment
Execute setup:di:compile
composer why-not adyen/module-payment 9.13.0
Expected behavior
Module to compile successfully on latest installed version
To be able to require the newest releases.
The text was updated successfully, but these errors were encountered:
Describe the bug
Compatibility of the later releases of the Module and Magento 2.4.4 does not seem great.
Is its worth an extra CI job, to validate composer install & compilation steps across supported versions?
What we've noticed is 9.12.1 is the latest compatible version
To Reproduce
Steps to reproduce the behavior:
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition:2.4.4-p11 /tmp/magento244; cd /tmp/magento244
composer require adyen/module-payment
setup:di:compile
composer why-not adyen/module-payment 9.13.0
Expected behavior
The text was updated successfully, but these errors were encountered: