Skip to content

Commit 5610a48

Browse files
[DEVOPS] Fix wrong PHP extension path
1 parent 993cdc5 commit 5610a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ test_and_cover: &test_and_cover
8282
- run: composer update -n --prefer-dist
8383

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

0 commit comments

Comments
 (0)