Skip to content

Commit c4a1aef

Browse files
committed
grep
1 parent 5afdf22 commit c4a1aef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ job-test: &job-test
3838
phpize && ./configure --enable-pcov && make && NO_INTERACTION=1 make test && sudo make install
3939
echo "extension=pcov.so" | sudo tee -a /etc/php.d/pcov.ini
4040
echo -e "extension=pcov.so\npcov.enabled=1" | sudo tee -a /etc/php.d/pcov.ini
41+
php -i | grep pcov
4142
4243
- run:
4344
name: Update SYMFONY_DEPRECATIONS_HELPER for PHP 8.4

0 commit comments

Comments
 (0)