We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a237f60 commit 22bcd4eCopy full SHA for 22bcd4e
tests/docker/Dockerfile
@@ -35,7 +35,8 @@ RUN apt-get update && \
35
apt-get clean && \
36
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
37
# https://xdebug.org/docs/compat \
38
- && if [ "$BUILD_PHP_VERSION" = "8.2" || "$BUILD_PHP_VERSION" = "8.3" ] ; then pecl install xdebug ; else pecl install xdebug-3.1.5 ; fi \
+ && if [ "$BUILD_PHP_VERSION" = "8.2" ] ; then pecl install xdebug ; else pecl install xdebug-3.1.5 ; fi \
39
+ && if [ "$BUILD_PHP_VERSION" = "8.3" ] ; then pecl install xdebug ; else pecl install xdebug-3.1.5 ; fi \
40
&& docker-php-ext-enable xdebug \
41
&& docker-php-ext-install \
42
zip \
0 commit comments