Skip to content

Commit 5cf9132

Browse files
committed
Add xdebug to extensions - some unit tests rely on it
1 parent bff3de8 commit 5cf9132

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ jobs:
156156
uses: shivammathur/setup-php@v2
157157
with:
158158
php-version: ${{ matrix.php-versions }}
159-
extensions: ctype, date, dom, hash, intl, json, mbstring, mysql, openssl, pcre, pdo, pdo_sqlite, spl, xml
159+
extensions: ctype, date, dom, hash, intl, json, mbstring, mysql, openssl, pcre,\
160+
pdo, pdo_sqlite, spl, xdebug, xml
160161
tools: composer:v2
161162
ini-values: error_reporting=E_ALL, pcov.directory=.
162163
coverage: pcov
@@ -218,7 +219,8 @@ jobs:
218219
uses: shivammathur/setup-php@v2
219220
with:
220221
php-version: ${{ matrix.php-versions }}
221-
extensions: ctype, dom, date, hash, intl, json, mbstring, mysql, openssl, pcre, pdo, pdo_sqlite, spl, xml
222+
extensions: ctype, dom, date, hash, intl, json, mbstring, mysql, openssl, pcre, \
223+
pdo, pdo_sqlite, spl, xdenug, xml
222224
tools: composer:v2
223225
ini-values: error_reporting=E_ALL
224226
coverage: none

0 commit comments

Comments
 (0)