Vinai Kopp 9d6355d5e6 chore: fix composer version dependency for nightly (#97)
Nightly builds initialize the required php infra with composer create-project composer/satis:dev-main.  
This pulls in composer 2.4.2 as a dependency at the time of writing.  
However, the result is a broken upstream nightly and mageos nightly build.
When composer install is run while determining the base package dependencies. The error is:

    - laminas/laminas-dependency-plugin 2.5.0 requires composer-plugin-api >=1.1.0 <2.3.0
           -> found composer-plugin-api[2.3.0] but it does not match the constraint.

Reference
* [failed job](https://github.com/mage-os/generate-mirror-repo-js/actions/runs/3508445982/jobs/5876852570)
* [checkout magento action](https://github.com/mage-os/generate-mirror-repo-js/blob/main/.github/actions/checkout-magento/action.yml#L41)
* [shivammathur/setup-php tools input](https://github.com/shivammathur/setup-php#wrench-tools-support)
2022-11-29 09:02:51 -05:00
2022-10-11 16:55:27 -04:00
2022-10-11 16:55:27 -04:00
2022-10-11 16:55:27 -04:00

Magento 2 GitHub Actions

GitHub release (latest SemVer) Unit Test Integration Test Installation Test

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

Actions

Action Name Description
Unit Test A Github Action that runs the Unit Tests a Magento Package
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.
Installation Test A Github Action that tests the installability of a Magento Package
Supported Version A Github Action that computes the currently supported Github Actions Matrix for Magento 2
S
Description
No description provided
Readme 3.7 MiB
Languages
TypeScript 91.9%
Shell 6.8%
PHP 0.9%
JavaScript 0.4%