Skip to content

Commit f42b9d9

Browse files
committed
Fix cache cron workflow [skip ci]
1 parent 0e33f3c commit f42b9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Get matrix
1818
id: set-matrix
1919
run: |
20-
IFS=' ' read -r -a PHP_VERSIONS <<<"${{ inputs.php-versions }}"
20+
IFS=' ' read -r -a PHP_VERSIONS <<<"${{ inputs.php-versions || '8.1 8.2 8.3 8.4' }}"
2121
php_array=()
2222
for php in "${PHP_VERSIONS[@]}"; do
2323
php_array+=("{\"php\": \"$php\"}")

0 commit comments

Comments
 (0)