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 a8d7d3d commit ab156a5Copy full SHA for ab156a5
.scrutinizer.yml
@@ -39,25 +39,10 @@ build:
39
#elasticsearch: '6'
40
41
nodes:
42
- tests-php72:
43
- environment:
44
- php:
45
- version: '7.2'
46
- ini:
47
- phar.readonly: 'Off'
48
- tests:
49
- override:
50
- - sh ./config/ci-setup.sh
51
- -
52
- command: './bin/phpunit --coverage-clover=coverage.xml --bootstrap ./tests/bootstrap.php'
53
- coverage:
54
- file: 'coverage.xml'
55
- format: 'php-clover'
56
-
57
tests-php73:
58
environment:
59
php:
60
+ version: '7.3'
61
ini:
62
phar.readonly: 'Off'
63
tests:
@@ -72,7 +57,7 @@ build:
72
tests-php74:
73
74
75
+ version: '7.4'
76
77
78
0 commit comments