Skip to content

Commit

Permalink
[DEVOPS] Fix wrong PHP extension path
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral committed Feb 1, 2021
1 parent 993cdc5 commit 5610a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ test_and_cover: &test_and_cover
- run: composer update -n --prefer-dist

- run: |
[ -f /usr/local/lib/php/extensions/no-debug-non-zts-20180731/xdebug.so ] || pecl install xdebug
[ -f /usr/local/lib/php/extensions/no-debug-non-zts-20200930/xdebug.so ] || pecl install xdebug
echo 'zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20200930/xdebug.so' > /usr/local/etc/php/conf.d/xdebug.ini
echo 'xdebug.mode="coverage"' >> /usr/local/etc/php/conf.d/xdebug.ini
Expand Down

0 comments on commit 5610a48

Please sign in to comment.