Skip to content

Commit

Permalink
feat: update xdebug php extension
Browse files Browse the repository at this point in the history
By default it would of installed an incompatible version of xdebug
  • Loading branch information
twje committed Mar 26, 2021
1 parent fb3fa5f commit a00e173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .build/environment/default/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN apt-get install -y -o "APT::Acquire::Retries=6" \
RUN apt-get update
RUN apt-get install -y -o "APT::Acquire::Retries=6" \
phpunit \
php-xdebug
php7.4-xdebug

# bootstrap environment
WORKDIR /bootstrap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN apt-get install -y -o "APT::Acquire::Retries=6" \
RUN apt-get update
RUN apt-get install -y -o "APT::Acquire::Retries=6" \
phpunit \
php-xdebug
php{{php_version}}-xdebug

# bootstrap environment
WORKDIR /bootstrap
Expand Down

1 comment on commit a00e173

@DerekCrannaford
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

Please sign in to comment.