Skip to content

Commit 86b1cc5

Browse files
committed
Use xDebug 3
1 parent 8f96fbc commit 86b1cc5

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.idea/php.xml

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker/Dockerfile_wp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ FROM php:${PHP_TEST_VERSION}-cli as test
2828
ARG BUILD_ROOT_PATH
2929

3030
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
31-
RUN pecl install xdebug-2.9.8
31+
RUN pecl install xdebug-3.1.6
3232
RUN docker-php-ext-install pcntl
3333
RUN docker-php-ext-install posix
3434

0 commit comments

Comments
 (0)