Skip to content

Commit a7fc02d

Browse files
committed
Reworked scrutinizer file
1 parent 90a28a1 commit a7fc02d

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

.scrutinizer.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
# @author Contributors https://github.com/PHPSocialNetwork/phpfastcache/graphs/contributors
1010
#
1111

12-
before_commands:
13-
- "./bin/ci/scripts/install_dependencies.sh"
1412
build:
13+
dependencies:
14+
override:
15+
- "./bin/ci/scripts/install_dependencies.sh"
1516
nodes:
1617
analysis:
1718
project_setup:
@@ -21,7 +22,14 @@ build:
2122
environment:
2223
php:
2324
version: 8.0.0
24-
checks:
25+
ini:
26+
date.timezone: 'Europe/Paris'
27+
pecl_extensions:
28+
- couchbase
29+
- redis
30+
- memcache
31+
- grpc
32+
checks:
2533
php: true
2634
coding_style:
2735
php:

0 commit comments

Comments
 (0)