Generate nextcloud version matrix for an app
  • JavaScript 96%
  • Nix 4%
Find a file
Robin Appelman 578c7d7935
Merge pull request #2 from SystemKeeper/extend-informations
chore(log): Log why a PHP version was skipped/used
2024-11-25 19:01:05 +01:00
.github/workflows switch to checking github tags for php releases 2024-03-07 18:46:23 +01:00
dist add option to add extra php versions for testing 2024-10-03 14:31:56 +02:00
src chore(log): Log why a PHP version was skipped/used 2024-11-20 10:13:39 +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 add option to add extra php versions for testing 2024-10-03 14:31:56 +02:00
flake.lock support older style php version check 2024-07-18 18:36:41 +02:00
flake.nix support older style php version check 2024-07-18 18:36:41 +02:00
LICENSE initial version 2023-11-02 17:07:45 +01:00
package-lock.json generate a matrix that covers all php and server versions with not to much redundancy 2023-11-10 17:16:01 +01:00
package.json add output for "availble" php version 2024-02-05 19:19:49 +01:00
README.md support older style php version check 2024-07-18 18:36:41 +02: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.

matrix

Optional Other fields to include in the output matrix, json encoded

Outputs

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-available

Maximum supported php version that is available in the runner

php-max-list

Maximum supported php version, as a single-item list

php-min-list

Minimum supported php version, as a single-item list

php-available-list

Maximum supported php version that is available in the runner, 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

Building

  • npm ci
  • ./node_modules/.bin/ncc build src/action.js -o dist

License

MIT License