Skip to content

Commit b47ccd2

Browse files
Use xdebug 3.4.0
1 parent 76e82d4 commit b47ccd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/fpm-dev/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG PHP_VERSION
1010
RUN mkdir -p /opt/bref/extensions
1111

1212
# Install xdebug
13-
run if [[ $PHP_VERSION != "84" ]]; then pecl install xdebug-3.3.2; else pecl install xdebug-3.4.0beta1; fi
13+
RUN pecl install xdebug-3.4.0
1414
RUN cp $(php -r "echo ini_get('extension_dir');")/xdebug.so /opt/bref/extensions
1515

1616
# Install Blackfire

0 commit comments

Comments
 (0)