Skip to content

Commit 9a63ca1

Browse files
committed
installed xdebug for coverage tests
1 parent 1536415 commit 9a63ca1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ jobs:
109109
unzip \
110110
wget \
111111
&& docker-php-ext-install -j$(nproc) gd sockets bcmath \
112-
&& pecl install ds \
113-
&& docker-php-ext-enable ds
112+
&& pecl install ds xdebug \
113+
&& docker-php-ext-enable ds xdebug
114114
- name: Install Composer
115115
run: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
116116
- name: Install dependencies

0 commit comments

Comments
 (0)