[x] Tests for the changes have been added (for bug fixes / features)
[x] Docs have been added / updated (for bug fixes / features)
PR Type
What kind of change does this PR introduce?
[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:
What is the current behavior?
Previously, when installing Magento in CI pipelines, you had to know way too many things about how to correct incompatibilities between current versions of Magento. composer, and dependencies, etc.
Fixes: N/A
What is the new behavior?
This action centralizes that knowledge into a Github Action that fixes Magento before composer install
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Previously, when installing Magento in CI pipelines, you had to know way too many things about how to correct incompatibilities between current versions of Magento. composer, and dependencies, etc.
Fixes: N/A
What is the new behavior?
This action centralizes that knowledge into a Github Action that fixes Magento before
composer install
Does this PR introduce a breaking change?
Other information