We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae12662 commit 761156fCopy full SHA for 761156f
.github/workflows/testing.yml
@@ -205,9 +205,9 @@ jobs:
205
run: |
206
if [[ $FILE_EXISTS == 'true' ]]; then
207
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 }}" \
+ --argjson with_coverage_flag "true" \
+ --arg minimum_php "7.2" \
+ --arg minimum_wp "4.9" \
211
'
212
# First, select only the versions that meet all minimum requirements
213
.include |= (
0 commit comments