flavioheleno/php-active-releases-action
This action retrieves a list of active PHP Releases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
no inputs
Outputs
| name | description |
|---|---|
| major | The list of major versions available, as a list of strings (string[]) |
| minor | The list of minor versions available, as a list of strings (string[]) |
| minor-split | The list of minor versions available, as a list of objects (object[]) |
| patch | The list of patch versions available, as a list of strings (string[]) |
| patch-split | The list of patch versions available, as a list of objects (object[]) |
| release-gz | The list of ".tar.gz" releases available, as a list of objects (object[]) |
| release-bz2 | The list of ".tar.bz2" releases available, as a list of objects (object[]) |
| release-xz | The list of ".tar.xz" releases available, as a list of objects (object[]) |