Skip to content

Commit e2598df

Browse files
committed
Remove space
1 parent 22eb8ef commit e2598df

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
@@ -115,7 +115,7 @@ jobs:
115115
uses: shivammathur/setup-php@v2
116116
with:
117117
php-version: ${{ matrix.php-versions }}
118-
extensions: ctype, dom, date, fileinfo, filter, hash, intl, json, mbstring, mysql, openssl, pcre, \
118+
extensions: ctype, dom, date, fileinfo, filter, hash, intl, json, mbstring, mysql, openssl, pcre,\
119119
pdo, pdo_sqlite, posix, soap, sodium, spl, xdebug, xml, zip
120120
tools: composer
121121
ini-values: error_reporting=E_ALL

0 commit comments

Comments
 (0)