mirror of
https://github.com/icewind1991/nextcloud-version-matrix.git
synced 2026-06-04 01:54:09 +02:00
21 lines
441 B
Markdown
21 lines
441 B
Markdown
# Nextcloud version matrix action
|
|
|
|
Get a version matrix of server versions to test the app against
|
|
|
|
## Inputs
|
|
|
|
### `filename`
|
|
**Optional** The path to the `info.xml` for the app, defaults to `appinfo/info.xml`.
|
|
|
|
## Outputs
|
|
|
|
### `versions`
|
|
|
|
List of version number the app supports
|
|
|
|
### `branches`
|
|
|
|
Branches for each supported version, either `stableXX` or `master` for versions that aren't branched yet.
|
|
|
|
## License
|
|
[MIT License](LICENSE.md)
|