Setup Shopware
Version updated for https://github.com/shopware/setup-shopware to version v2.0.8.
- This action is used across all versions by 4 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the setup of Shopware and its dependencies (PHP, MySQL, Node.js, etc.) for use in GitHub Actions workflows. It simplifies the process of creating test-ready environments for unit testing, end-to-end testing, and custom CI/CD pipelines by handling installation, configuration, and optional asset building. Key capabilities include customizable Shopware installation, database configuration, and support for PHPUnit and E2E testing frameworks.
Release notes
What’s Changed
- feat: allow setting php ini values by @shyim in https://github.com/shopware/setup-shopware/pull/41
Full Changelog: https://github.com/shopware/setup-shopware/compare/v2...v2.0.8