Skip to content

Commit ae12662

Browse files
committed
fixes
1 parent b67ad2b commit ae12662

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
"wp": "latest",
6363
"dbtype": "sqlite",
6464
"os": "windows-2025"
65-
},
65+
}
6666
]
6767
}
6868
EOF
@@ -90,9 +90,9 @@ jobs:
9090
run: |
9191
if [[ $FILE_EXISTS == 'true' ]]; then
9292
echo "matrix=$(jq -c \
93-
--argjson with_coverage_flag "${{ inputs.with-coverage }}" \
94-
--arg minimum_php "${{ inputs.minimum-php }}" \
95-
--arg minimum_wp "${{ inputs.minimum-wp }}" \
93+
--argjson with_coverage_flag "true" \
94+
--arg minimum_php "7.2" \
95+
--arg minimum_wp "4.9" \
9696
'
9797
.include |= (
9898
map(

0 commit comments

Comments
 (0)