Skip to content

Commit ab156a5

Browse files
committed
CI config
1 parent a8d7d3d commit ab156a5

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.scrutinizer.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,10 @@ build:
3939
#elasticsearch: '6'
4040

4141
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-
5742
tests-php73:
5843
environment:
5944
php:
60-
version: '7.2'
45+
version: '7.3'
6146
ini:
6247
phar.readonly: 'Off'
6348
tests:
@@ -72,7 +57,7 @@ build:
7257
tests-php74:
7358
environment:
7459
php:
75-
version: '7.2'
60+
version: '7.4'
7661
ini:
7762
phar.readonly: 'Off'
7863
tests:

0 commit comments

Comments
 (0)