Skip to content

Commit

Permalink
use xdebug beta for now
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeledy committed Nov 26, 2024
1 parent fafe0a9 commit e7196a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/8.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ RUN \
&& install-php-extensions pdo_pgsql \
&& install-php-extensions redis \
&& install-php-extensions soap \
&& install-php-extensions xdebug \
# TODO: switch to xdebug once there is a stable release for PHP 8.4
&& install-php-extensions xdebug-beta \
# install-php-extensions xdebug \
&& install-php-extensions zip

RUN install-php-extensions @composer-2
Expand Down

0 comments on commit e7196a5

Please sign in to comment.