add option to add extra php versions for testing

This commit is contained in:
Robin Appelman 2024-10-03 14:31:56 +02:00
commit 3b6f20f8d2
3 changed files with 4814 additions and 4768 deletions

View file

@ -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'