We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2cbc39 commit 12d76a4Copy full SHA for 12d76a4
2 files changed
.travis.yml
@@ -4,9 +4,9 @@ env:
4
CODECEPTION_VERSION: '2.4.x-dev'
5
6
php:
7
- - 5.6
8
- 7.0
9
- 7.1
+ - 7.2
10
11
before_script:
12
- wget https://robo.li/robo.phar
@@ -15,4 +15,4 @@ before_script:
15
16
script:
17
- php robo.phar test cli
18
- - php robo.phar test "unit -g core"
+ - php robo.phar test "unit -g core"
composer.json
@@ -13,7 +13,7 @@
13
"codeception/phpunit-wrapper": "*"
14
},
"require": {
- "phpunit/phpunit": ">=5.7.27 <7.0",
+ "phpunit/phpunit": ">=6.5.13 <7.0",
"phpunit/php-code-coverage": ">=4.0.4 <6.0",
"sebastian/comparator": ">=1.2.4 <3.0",
19
"sebastian/diff": ">=1.4 <4.0"
0 commit comments