Skip to content

Commit

Permalink
Merge pull request #25 from OpenBuildings/upgrade-phpunit9
Browse files Browse the repository at this point in the history
Upgrade to PHPUnit 9
  • Loading branch information
george-clippings authored Dec 8, 2020
2 parents e6e4612 + 5786cb4 commit 2ff16bf
Show file tree
Hide file tree
Showing 6 changed files with 801 additions and 319 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ services:
- mysql

php:
- 7.1
- 7.2
- 7.3

matrix:
Expand All @@ -30,6 +28,9 @@ notifications:
slack:
secure: Gxa5PJc/WCjmKcmz6yBhRTe3p26pNkKvag+0LtL3u9CjmaSsnnvP5kHzOWpkYufbmtN7C7pLlwZHusDKXcXigP/zd1guo0lJ7lFfBUezOs1jUkqesmgP2+TPD+VeLoVzQRnZTb8knkEf/EW74zQxVu35flMLGIwZBYFUzZpd5yI=

before_install:
- composer self-update --1

install: travis_retry composer install --no-interaction --no-progress --prefer-dist

before_script:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
],
"config": {
"platform": {
"php": "7.1.8"
"php": "7.3"
}
},
"require": {
"php": "^7.1",
"php": "^7.3",
"composer/installers": "*",
"openbuildings/purchases": "^0.12",
"clippings/freezable": "^0.3",
"openbuildings/jam": "^0.6"
},
"require-dev": {
"openbuildings/environment-backup": "0.1.*",
"phpunit/phpunit": "^7",
"phpunit/phpunit": "^9",
"openbuildings/kohana-test-bootstrap": "^0.2.0",
"openbuildings/jam-auth": "^0.5"
},
Expand Down
Loading

0 comments on commit 2ff16bf

Please sign in to comment.