Skip to content

Commit a872b1d

Browse files
author
Pavel Pavlov
committed
Fix failed scrutinizer composer install
1 parent ccea55f commit a872b1d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.scrutinizer.yml

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
build:
2+
nodes:
3+
my-tests:
4+
environment:
5+
php:
6+
version: 8.0.1
7+
compile_options: '--enable-sigchild --without-pear'
8+
9+
pecl_extensions:
10+
- redis
211
tests:
312
override:
413
-

0 commit comments

Comments
 (0)