Skip to content

Commit 3d6287c

Browse files
committed
Scrutinizer: Install additional extensions for php
1 parent c59385f commit 3d6287c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.scrutinizer.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ build:
33
environment:
44
mongodb: true
55
selenium: true
6+
php:
7+
# Install additional extensions from https://pecl.php.net
8+
pecl_extensions:
9+
- mongodb
610
tests:
711
override:
812
-

0 commit comments

Comments
 (0)