graycoreio / github-actions-magento2

Github Actions and Workflows that make maintaining Magento2 projects and modules easier.
44 stars 11 forks source link

feat: add `fix-magento` action #86

Closed damienwebdev closed 2 years ago

damienwebdev commented 2 years ago

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