typisttech/PHP Matrix
Generate PHP version matrix according to `composer.json`
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| composer-json | Path to composer.json | — | composer.json |
| mode | Version format | — | minor-only |
| source | Source of releases information | — | auto |
| version | The version of php-matrix to use. Leave blank for latest. For example: v1.0.2 | — | "" |
| verify-attestation | Whether to verify PHP matrix tarball attestation | — | true |
| github-token | GitHub token to use for authentication | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| constraint | The `require.php` constraint found in `composer.json` |
| highest | Highest supported PHP versions |
| lowest | Lowest supported PHP versions |
| versions | Array of all supported PHP versions |