Skip to content

[ECP-9605][ECP-9582] Magento 2.4.4 Compatibility with Later releases #2870

@SamJUK

Description

@SamJUK

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

Image

To Reproduce
Steps to reproduce the behavior:

  1. 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
  2. Install the Adyen Module composer require adyen/module-payment
  3. Execute setup:di:compile
  4. composer why-not adyen/module-payment 9.13.0

Expected behavior

  1. Module to compile successfully on latest installed version
  2. To be able to require the newest releases.

Metadata

Metadata

Assignees

Labels

Bug reportIndicates that issue has been marked as a possible bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions