tinect/Get Matrix for Shopware versions
Gets a GitHub Action Matrix array for Shopware versions depending on given version constraint
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| versionConstraint | Version constraint for Shopware | yes | ~6.6.0 |
| allowEol | Determine whether to include EOL versions of Shopware and PHP | no | false |
| justMinMaxShopware | Determine whether to only include the min and max version of Shopware - otherwise all minor versions in between are included. | no | false |
| allowShopwareNext | Determine whether to include unreleased version of Shopware - respecting the version constraint. | no | false |
| allowShopwareRC | Determine whether to include release candidates of Shopware. | no | false |
| includePhpVersion | Determine whether to include PHP version per entry. | no | true |
Outputs
| name | description |
|---|---|
| matrix | GitHub Action Matrix |