Skip to content

Commit

Permalink
Update PHP and Xdebug in E2E Dockerfile (#10114)
Browse files Browse the repository at this point in the history
  • Loading branch information
allie500 authored Jan 9, 2025
1 parent f00666f commit 700b287
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog/dev-10113-bump-e2e-dockerfile-php-xdebug-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: dev

Update the PHP version and the Xdebug version used in the E2E testing environment.
4 changes: 2 additions & 2 deletions tests/e2e/env/wordpress-xdebug/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM wordpress:6.0.2-php7.4
RUN pecl install xdebug-2.9.8 \
FROM wordpress:php8.1
RUN pecl install xdebug \
&& echo 'xdebug.remote_enable=1' >> $PHP_INI_DIR/php.ini \
&& echo 'xdebug.remote_port=9000' >> $PHP_INI_DIR/php.ini \
&& echo 'xdebug.remote_host=host.docker.internal' >> $PHP_INI_DIR/php.ini \
Expand Down

0 comments on commit 700b287

Please sign in to comment.