Skip to content

Commit

Permalink
Force Xdebug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Sep 13, 2021
1 parent 3bd98bd commit ac8d78e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/docker/php7.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN composer self-update --preview

FROM php_fpm AS php_fpm_xdebug

RUN pecl install xdebug \
RUN pecl install xdebug-2.8.1 \
&& docker-php-ext-enable xdebug

RUN php -v && php -m && composer --ansi --version --no-interaction
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/php7.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN composer self-update --preview

FROM php_fpm AS php_fpm_xdebug

RUN pecl install xdebug \
RUN pecl install xdebug-2.8.1 \
&& docker-php-ext-enable xdebug

RUN php -v && php -m && composer --ansi --version --no-interaction
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/php7.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN composer self-update --preview

FROM php_fpm AS php_fpm_xdebug

RUN pecl install xdebug \
RUN pecl install xdebug-2.9.8 \
&& docker-php-ext-enable xdebug

RUN php -v && php -m && composer --ansi --version --no-interaction
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/php7.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN composer self-update --preview

FROM php_fpm AS php_fpm_xdebug

RUN pecl install xdebug \
RUN pecl install xdebug-2.9.8 \
&& docker-php-ext-enable xdebug

RUN php -v && php -m && composer --ansi --version --no-interaction
Expand Down

0 comments on commit ac8d78e

Please sign in to comment.