We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1536415 commit 9a63ca1Copy full SHA for 9a63ca1
.github/workflows/tests.yml
@@ -109,8 +109,8 @@ jobs:
109
unzip \
110
wget \
111
&& docker-php-ext-install -j$(nproc) gd sockets bcmath \
112
- && pecl install ds \
113
- && docker-php-ext-enable ds
+ && pecl install ds xdebug \
+ && docker-php-ext-enable ds xdebug
114
- name: Install Composer
115
run: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
116
- name: Install dependencies
0 commit comments