Setup Shopware
Version updated for https://github.com/shopware/setup-shopware to version v2.0.7.
- 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 facilitates the setup of Shopware and its dependencies, including PHP, MySQL, Node.js, and Composer, in GitHub Actions workflows. It automates tasks such as installing Shopware from specified repositories and versions, configuring databases, setting up testing environments (e.g., PHPUnit, end-to-end tests), and optionally building assets for Administration and Storefront. This action streamlines the development and testing processes for Shopware projects by providing a ready-to-use, customizable CI/CD environment.
Release notes
What’s Changed
- Revert “fix: npm install” by @cyl3x in https://github.com/shopware/setup-shopware/pull/38
- fix: disable php session gc by @shyim in https://github.com/shopware/setup-shopware/pull/39
Full Changelog: https://github.com/shopware/setup-shopware/compare/v2...v2.0.7