PHP Matrix
Version updated for https://github.com/typisttech/php-matrix-action to version v2.1.0.
- This action is used across all versions by 7 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The PHP Matrix Action is a GitHub Action that automates the generation of a PHP version matrix based on the composer.json file of a project. It determines the compatible PHP versions defined by the project’s dependencies and outputs them in a structured format, helping developers streamline testing across multiple PHP versions. This tool eliminates the need for manual version management and ensures compatibility with the specified PHP versions, making it ideal for continuous integration workflows.
What’s Changed
What’s Changed
:bug: Bug Fixes
- Update release assets patterns for php-matrix v1.1.4+ (#59) @tangrufus
:wrench: Maintenance
- GitHub Actions: Update config (#60) @tangrufus
:arrow_up: Dependencies
- Bump actions/checkout from 5 to 6 (#56) @dependabot[bot]
Full Changelog: https://github.com/typisttech/php-matrix-action/compare/v2.0.8...v2.1.0