File tree Expand file tree Collapse file tree 4 files changed +559
-477
lines changed Expand file tree Collapse file tree 4 files changed +559
-477
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 7.2
5
4
- 7.3
6
5
- 7.4snapshot
7
6
@@ -25,10 +24,10 @@ install:
25
24
26
25
script :
27
26
- ./vendor/bin/phpunit --configuration ./phpunit.xml --coverage-clover=coverage.clover
28
- - if [ "$TRAVIS_PHP_VERSION" == "7.2 " ]; then ./vendor/bin/psalm --config=psalm.xml; fi
29
- - if [ "$TRAVIS_PHP_VERSION" == "7.2 " ]; then ./vendor/bin/phpstan analyse src --level 7; fi
30
- - if [ "$TRAVIS_PHP_VERSION" == "7.2 " ]; then ./vendor/bin/php-cs-fixer fix --allow-risky=yes --dry-run; fi
27
+ - if [ "$TRAVIS_PHP_VERSION" == "7.3 " ]; then ./vendor/bin/psalm --config=psalm.xml; fi
28
+ - if [ "$TRAVIS_PHP_VERSION" == "7.3 " ]; then ./vendor/bin/phpstan analyse src --level 7; fi
29
+ - if [ "$TRAVIS_PHP_VERSION" == "7.3 " ]; then ./vendor/bin/php-cs-fixer fix --allow-risky=yes --dry-run; fi
31
30
32
31
after_script :
33
- - if [ "$TRAVIS_PHP_VERSION" == "7.2 " ]; then wget -c -nc --retry-connrefused --tries=0 https://scrutinizer-ci.com/ocular.phar; fi
34
- - if [ "$TRAVIS_PHP_VERSION" == "7.2 " ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
32
+ - if [ "$TRAVIS_PHP_VERSION" == "7.3 " ]; then wget -c -nc --retry-connrefused --tries=0 https://scrutinizer-ci.com/ocular.phar; fi
33
+ - if [ "$TRAVIS_PHP_VERSION" == "7.3 " ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
Original file line number Diff line number Diff line change 28
28
}
29
29
},
30
30
"require" : {
31
- "php" : " >=7.2 " ,
31
+ "php" : " >=7.3 " ,
32
32
"ext-json" : " *" ,
33
33
"php-service-bus/common" : " ^v3.2" ,
34
34
"symfony/serializer-pack" : " ^v1"
38
38
"phpunit/phpunit" : " ^8" ,
39
39
"ext-iconv" : " *" ,
40
40
"vimeo/psalm" : " ^v3" ,
41
- "phpstan/phpstan" : " ^0.11.5 "
41
+ "phpstan/phpstan" : " ^0.11"
42
42
},
43
43
"prefer-stable" : true ,
44
44
"minimum-stability" : " stable" ,
You can’t perform that action at this time.
0 commit comments