Skip to content

Commit 54e2165

Browse files
ci: changed code coverage to run PHP 7.4 as scrutinizer doesn't support 8.0 yet
1 parent aaf28db commit 54e2165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup PHP
2727
uses: shivammathur/setup-php@v2
2828
with:
29-
php-version: 8.0
29+
php-version: 7.4
3030
extensions: mbstring, intl
3131
ini-values: post_max_size=256M, short_open_tag=On
3232
coverage: xdebug

0 commit comments

Comments
 (0)