Generate nextcloud version matrix for an app
  • JavaScript 96%
  • Nix 4%
Find a file
2023-11-02 17:29:31 +01:00
.github/workflows debug output 2023-11-02 17:19:49 +01:00
dist debug output 2023-11-02 17:19:49 +01:00
src check for branched version instead of releases: 2023-11-02 17:29:31 +01:00
.envrc initial version 2023-11-02 17:07:45 +01:00
.gitignore initial version 2023-11-02 17:07:45 +01:00
action.yml bundle 2023-11-02 17:14:17 +01:00
flake.lock initial version 2023-11-02 17:07:45 +01:00
flake.nix initial version 2023-11-02 17:07:45 +01:00
LICENSE initial version 2023-11-02 17:07:45 +01:00
package-lock.json bundle 2023-11-02 17:14:17 +01:00
package.json bundle 2023-11-02 17:14:17 +01:00
README.md check for branched version instead of releases: 2023-11-02 17:29:31 +01:00

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