-
Notifications
You must be signed in to change notification settings - Fork 222
Labels
Bug reportIndicates that issue has been marked as a possible bugIndicates that issue has been marked as a possible bug
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Bug reportIndicates that issue has been marked as a possible bugIndicates that issue has been marked as a possible bug
