mirror of
https://github.com/icewind1991/nextcloud-version-matrix.git
synced 2026-06-03 17:44:08 +02:00
16 lines
466 B
YAML
16 lines
466 B
YAML
name: 'Nextcloud version matrix'
|
|
description: 'Generate nextcloud version matrix for an app'
|
|
inputs:
|
|
filename:
|
|
description: 'The path to the appinfo.xml'
|
|
required: false
|
|
outputs:
|
|
versions:
|
|
description: 'List of supported nextcloud versions'
|
|
branches:
|
|
description: 'List of branches for the supported nextcloud versions'
|
|
matrix:
|
|
description: 'Test matrix with server branch and php version'
|
|
runs:
|
|
using: 'node20'
|
|
main: 'dist/index.js'
|