Skip to content

Commit 9030aba

Browse files
committed
update phpunit version
1 parent 6974d3a commit 9030aba

File tree

11 files changed

+207
-156
lines changed

11 files changed

+207
-156
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ install:
2525

2626
script:
2727
- ./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
2829

2930
after_script:
3031
- if [ "$TRAVIS_PHP_VERSION" == "7.2" ]; then wget -c -nc --retry-connrefused --tries=0 https://scrutinizer-ci.com/ocular.phar; fi
3132
- 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.2" ]; then ./vendor/bin/psalm --config=psalm.xml; fi

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"php-service-bus/storage-sql": "^v3.0",
4848
"php-service-bus/annotations-reader": "^v3.0",
4949
"doctrine/dbal": "^v2.6",
50-
"phpunit/phpunit": "^7",
50+
"phpunit/phpunit": "^8",
5151
"vimeo/psalm": "^v3"
5252
},
5353
"prefer-stable": true,

0 commit comments

Comments
 (0)