Skip to content

Commit

Permalink
Check php
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeder committed Aug 20, 2021
1 parent 1dd3f39 commit 577f140
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
name: Set up Xdebug
command: |
sudo pecl channel-update pecl.php.net
sudo pecl install xdebug && sudo docker-php-ext-enable xdebug
sudo pecl install Xdebug
php -v
- run:
name: Set up Code Climate test-reporter
command: |
Expand Down

0 comments on commit 577f140

Please sign in to comment.