Skip to content

Commit 211f693

Browse files
authored
ci: fix workflow extensions property (#46)
1 parent fa0cabb commit 211f693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: shivammathur/setup-php@master
2323
with:
2424
php-version: ${{ matrix.php }}
25-
extension-csv: mbstring, xdebug
25+
extensions: mbstring
2626
coverage: pcov
2727

2828
- name: Install dependencies

0 commit comments

Comments
 (0)