From b0868c02792af659157c03a38254c37e90b099ca Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 19 Sep 2023 10:26:00 +0200 Subject: [PATCH] Add missing type property to minimum-php input definition --- .github/workflows/reusable-testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reusable-testing.yml b/.github/workflows/reusable-testing.yml index e90d3e4..aa7d02a 100644 --- a/.github/workflows/reusable-testing.yml +++ b/.github/workflows/reusable-testing.yml @@ -5,6 +5,7 @@ on: inputs: minimum-php: description: 'Minimum PHP version to test against.' + type: string required: false default: '5.6'