PHP version action
Version updated for https://github.com/antfroger/php-version-action to version v1.3.2.
- This action is used across all versions by 9 repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The PHP Version Action is a GitHub Action that automates the detection of PHP versions required for your workflows by analyzing the composer.json file. It generates a version matrix ranging from the minimum to the latest supported PHP versions, eliminates the need for hardcoding PHP versions, and ensures workflows stay up-to-date with real-time version data from PHP.watch. This action simplifies managing PHP version constraints, provides flexible outputs (minimum, latest, and matrix versions), and supports semantic versioning.
Release notes
What’s Changed
- Group dependency updates by @antfroger in https://github.com/antfroger/php-version-action/pull/39
- [npm] Bump the all group with 7 updates by @dependabot[bot] in https://github.com/antfroger/php-version-action/pull/41
- [actions] Bump the all group with 2 updates by @dependabot[bot] in https://github.com/antfroger/php-version-action/pull/40
- [actions] Bump super-linter/super-linter from 8.3.1 to 8.3.2 in the all group by @dependabot[bot] in https://github.com/antfroger/php-version-action/pull/42
- [npm] Bump the all group across 1 directory with 9 updates by @dependabot[bot] in https://github.com/antfroger/php-version-action/pull/47
- [npm] Bump fast-xml-parser from 5.2.5 to 5.3.6 by @dependabot[bot] in https://github.com/antfroger/php-version-action/pull/48
- [npm] Bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in https://github.com/antfroger/php-version-action/pull/45
- [npm] Bump rollup from 4.57.1 to 4.59.0 by @dependabot[bot] in https://github.com/antfroger/php-version-action/pull/50
- [npm] Bump fast-xml-parser from 5.3.7 to 5.4.2 by @dependabot[bot] in https://github.com/antfroger/php-version-action/pull/53
- [npm] Bump the all group across 1 directory with 7 updates by @dependabot[bot] in https://github.com/antfroger/php-version-action/pull/54
- [actions] Bump the all group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/antfroger/php-version-action/pull/51
- fix(security): resolve minimatch ReDoS vulnerability by @antfroger in https://github.com/antfroger/php-version-action/pull/55
Full Changelog: https://github.com/antfroger/php-version-action/compare/v1.3.1...v1.3.2