Skip to content

Commit

Permalink
Merge branch 'refs/heads/develop' into dev/update-woo-logos-and-colors
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardola committed Jan 9, 2025
2 parents 50ef785 + 700b287 commit 6b7126c
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 6b7126c

Please sign in to comment.