icewind1991/Nextcloud version matrix
Generate nextcloud version matrix for an app
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| filename | The path to the appinfo.xml | no | appinfo/info.xml |
| matrix | Other fields to include in the output matrix, json encoded | no | {} |
| with_php | Extra php versions to use, either a single string or json array. These will be included in the matrix with the "master" server branch | no | [] |
Outputs
| name | description |
|---|---|
| matrix | Test matrix covering all server versions |
| php-matrix | Test matrix covering all php versions |
| sparse-matrix | Test matrix covering all php and server versions with minimal redundancy |
| full-matrix | Test matrix covering all php and server version combinations |
| versions | List of supported nextcloud versions |
| branches | List of branches for the supported nextcloud versions |
| ocp-branches | List of branches for the supported nextcloud/ocp versions |
| php-versions | List of supported php versions |
| php-max | Maximum supported php version |
| php-min | Minimum supported php version |
| php-max-list | Maximum supported php version, as a single-item list |
| php-min-list | Minimum supported php version, as a single-item list |
| branches-max | Maximum supported server version |
| branches-min | Minimum supported server version |
| branches-max-list | Maximum supported server version, as a single-item list |
| branches-min-list | Minimum supported server version, as a single-item list |