Skip to content

Commit

Permalink
Merge pull request #23 from Codeception/phpunit9
Browse files Browse the repository at this point in the history
Support PHPUnit 9
  • Loading branch information
Naktibalda authored Feb 7, 2020
2 parents 94874f5 + 798f0d6 commit a3ba014
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.2
- 7.3
- 7.4

cache:
directories:
Expand All @@ -14,4 +15,4 @@ sudo: false
before_install:
- composer update --prefer-source

script: vendor/bin/phpunit tests
script: vendor/bin/phpunit tests
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
}
},
"require": {
"phpunit/phpunit": "^8.4"
"phpunit/phpunit": "^8.4 | ^9.0"
}
}

0 comments on commit a3ba014

Please sign in to comment.