We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a28a1 commit a7fc02dCopy full SHA for a7fc02d
1 file changed
.scrutinizer.yml
@@ -9,9 +9,10 @@
9
# @author Contributors https://github.com/PHPSocialNetwork/phpfastcache/graphs/contributors
10
#
11
12
-before_commands:
13
- - "./bin/ci/scripts/install_dependencies.sh"
14
build:
+ dependencies:
+ override:
15
+ - "./bin/ci/scripts/install_dependencies.sh"
16
nodes:
17
analysis:
18
project_setup:
@@ -21,7 +22,14 @@ build:
21
22
environment:
23
php:
24
version: 8.0.0
-checks:
25
+ ini:
26
+ date.timezone: 'Europe/Paris'
27
+ pecl_extensions:
28
+ - couchbase
29
+ - redis
30
+ - memcache
31
+ - grpc
32
+checks:
33
php: true
34
coding_style:
35
0 commit comments