-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.scrutinizer.yml
42 lines (42 loc) · 1.07 KB
/
.scrutinizer.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
build:
nodes:
php71:
environment:
php:
version: 7.1
tests:
override:
-
command: 'vendor/bin/phpunit'
php72:
environment:
php:
version: 7.2
tests:
override:
-
command: 'vendor/bin/phpunit'
php73:
environment:
php:
version: 7.3
tests:
override:
-
command: 'vendor/bin/phpunit'
php74:
environment:
php:
version: 7.4
tests:
override:
-
command: 'vendor/bin/phpunit'
php8:
environment:
php:
version: 8.0
tests:
override:
-
command: 'vendor/bin/phpunit'