mirror of
https://github.com/icewind1991/nextcloud-version-matrix.git
synced 2026-06-03 09:34:12 +02:00
add option to add extra php versions for testing
This commit is contained in:
parent
ddbeff6b7a
commit
3b6f20f8d2
3 changed files with 4814 additions and 4768 deletions
|
|
@ -9,6 +9,10 @@ inputs:
|
|||
description: 'Other fields to include in the output matrix, json encoded'
|
||||
required: false
|
||||
default: '{}'
|
||||
with_php:
|
||||
description: 'Extra php versions to use, either a single string or json array. These will be included in the matrix with the "master" server branch'
|
||||
required: false
|
||||
default: '[]'
|
||||
outputs:
|
||||
matrix:
|
||||
description: 'Test matrix covering all server versions'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue