Skip to content

Commit 761156f

Browse files
committed
fixes
1 parent ae12662 commit 761156f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ jobs:
205205
run: |
206206
if [[ $FILE_EXISTS == 'true' ]]; then
207207
echo "matrix=$(jq -c \
208-
--argjson with_coverage_flag "${{ inputs.with-coverage }}" \
209-
--arg minimum_php "${{ inputs.minimum-php }}" \
210-
--arg minimum_wp "${{ inputs.minimum-wp }}" \
208+
--argjson with_coverage_flag "true" \
209+
--arg minimum_php "7.2" \
210+
--arg minimum_wp "4.9" \
211211
'
212212
# First, select only the versions that meet all minimum requirements
213213
.include |= (

0 commit comments

Comments
 (0)