Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit d9f02b6

Browse files
committed
Updated composer and travis files in 6.0 branch
1 parent 980756b commit d9f02b6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

100644100755
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
language: php
22

33
env:
4-
CODECEPTION_VERSION: '2.4.x-dev'
4+
CODECEPTION_VERSION: '2.5.x-dev'
55

66
php:
77
- 5.6
88
- 7.0
9-
- 7.1
109

1110
before_script:
1211
- wget https://robo.li/robo.phar
@@ -15,4 +14,4 @@ before_script:
1514

1615
script:
1716
- php robo.phar test cli
18-
- php robo.phar test "unit -g core"
17+
- php robo.phar test "unit -g core"

composer.json

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"codeception/phpunit-wrapper": "*"
1414
},
1515
"require": {
16-
"phpunit/phpunit": ">=5.7.27 <7.0",
16+
"phpunit/phpunit": ">=5.7.27 <6.5.13",
1717
"phpunit/php-code-coverage": ">=4.0.4 <6.0",
1818
"sebastian/comparator": ">=1.2.4 <3.0",
1919
"sebastian/diff": ">=1.4 <4.0"

0 commit comments

Comments
 (0)