mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
f8036173e143ab5d13147c136e0d9e0c6bbb829b
Exclude versions that cannot be installed due to security or dependency issues: - Magento 2.4.2 through 2.4.3-p3: require composer <=2.1, which is insecure - Mage-OS 2.2.1: blocked by webonyx/graphql-php security advisory
Magento 2 GitHub Actions
Opinionated Github Actions and Workflows to make building, testing, and maintaining Magento 2 Modules easier.
Workflows
| Workflow Name | Description |
|---|---|
| Integration Test | A Github Workflow that runs the Integration Tests of a Magento Package |
| MageCheck Extension | A Github Workflow that runs various kinds of quality checks for a Magento Extension. |
Actions
| Action Name | Description |
|---|---|
| Fix Magento Install | A Github Action that fixes Magento before composer install |
| Cache Magento | A Github Action that creates a composer cache for a Magento extension or store. |
| Setup Magento | A Github Action that sets up Magento before composer install for an extension or store. |
| Get Magento Version | A Github Action that computes the installed Magento version. |
| Get Composer Version | A Github Action that computes an installed Composer version. |
| Coding Standard | A Github Action that runs the Magento Coding Standard. |
| Semver Compare | A Github Action that semantically compares two versions |
| Supported Version | A Github Action that computes the currently supported Github Actions Matrix for Magento 2 |
Description
Languages
TypeScript
91.9%
Shell
6.8%
PHP
0.9%
JavaScript
0.4%