actions-marketplace-validations/Magento 2 installation with DDEV
A GitHub Action for installing Magento 2 with DDEV
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 18, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/julienloizelet_github-actions-magento2-ddev-installation@f60aef2bb7c6164b2a00030bb10054408442e6b3 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| php_version | PHP Version to use | no | 8.3 |
| database | Database type and version to use | no | "" |
| magento_edition | The edition of Magento to install | no | magento/project-community-edition |
| magento_version | The Magento release version to install | no | 2.4.8 |
| magento_repository | Where to install Magento from | no | https://mirror.mage-os.org/ |
| composer_auth | Composer authentication credentials | no | "" |
| composer_version | Composer version to use | no | "" |
| varnish_setup | Install with ready-to-use Varnish | no | false |
Outputs
| name | description |
|---|---|
| m2_url | The freshly installed Magento 2 instance url. |