Skip to content

Commit b036403

Browse files
committed
break another long line
1 parent b624359 commit b036403

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ jobs:
8585
uses: shivammathur/setup-php@v2
8686
with:
8787
php-version: ${{ matrix.php-versions }}
88-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, mysql, openssl, pcre, posix, spl, xdebug, xml
88+
extensions: >
89+
ctype, date, dom, fileinfo, filter, hash, intl, mbstring,
90+
mysql, openssl, pcre, posix, spl, xdebug, xml
8991
tools: composer
9092
ini-values: error_reporting=E_ALL, pcov.directory=.
9193
coverage: pcov

0 commit comments

Comments
 (0)