nextcloud-version-matrix/action.yml

47 lines
1.6 KiB
YAML

name: 'Nextcloud version matrix'
description: 'Generate nextcloud version matrix for an app'
inputs:
filename:
description: 'The path to the appinfo.xml'
required: false
default: 'appinfo/info.xml'
matrix:
description: 'Other fields to include in the output matrix, json encoded'
required: false
default: '{}'
outputs:
matrix:
description: 'Test matrix covering all server versions'
php-matrix:
description: 'Test matrix covering all php versions'
sparse-matrix:
description: 'Test matrix covering all php and server versions with minimal redundancy'
full-matrix:
description: 'Test matrix covering all php and server version combinations'
versions:
description: 'List of supported nextcloud versions'
branches:
description: 'List of branches for the supported nextcloud versions'
ocp-branches:
description: 'List of branches for the supported nextcloud/ocp versions'
php-versions:
description: 'List of supported php versions'
php-max:
description: 'Maximum supported php version'
php-min:
description: 'Minimum supported php version'
php-max-list:
description: 'Maximum supported php version, as a single-item list'
php-min-list:
description: 'Minimum supported php version, as a single-item list'
branches-max:
description: 'Maximum supported server version'
branches-min:
description: 'Minimum supported server version'
branches-max-list:
description: 'Maximum supported server version, as a single-item list'
branches-min-list:
description: 'Minimum supported server version, as a single-item list'
runs:
using: 'node20'
main: 'dist/index.js'