From 54eb7be023a845a5830577185e3a36bd74b88842 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 3 Feb 2019 01:51:16 +0100 Subject: [PATCH] Update PHP-FPM 7.3 with latest xdebug module --- .tests/intra-tests/vendor-phpmyadmin.sh | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tests/intra-tests/vendor-phpmyadmin.sh b/.tests/intra-tests/vendor-phpmyadmin.sh index b21fd43e..09e5d36d 100755 --- a/.tests/intra-tests/vendor-phpmyadmin.sh +++ b/.tests/intra-tests/vendor-phpmyadmin.sh @@ -7,7 +7,7 @@ set -o pipefail # There's currently an Issue with PHP 7.3, Xdebug and phpMyAdmin. It just segfaults, # so I will remove it from the checks. -DISABLED_VERSIONS=("7.3") +DISABLED_VERSIONS=("") # # NOTE: Parsing curl to tac to circumnvent "failed writing body" diff --git a/docker-compose.yml b/docker-compose.yml index 0eebefce..c789520d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -95,7 +95,7 @@ services: # PHP # ------------------------------------------------------------ php: - image: devilbox/php-fpm:${PHP_SERVER}-work-0.72 + image: devilbox/php-fpm:${PHP_SERVER}-work-0.73 hostname: php ##