Skip to content

Commit 149a38d

Browse files
committed
Update Travis test matrix
1 parent 0309f48 commit 149a38d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ language: php
33
sudo: false
44

55
php:
6+
- 7.0
67
- 7.1
78
- 7.2
89

910
env:
1011
matrix:
11-
- TESTBENCH_VERSION=3.2.*
12-
- TESTBENCH_VERSION=3.3.*
13-
- TESTBENCH_VERSION=3.4.*
1412
- TESTBENCH_VERSION=3.5.*
1513
- TESTBENCH_VERSION=3.6.*
1614
global:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"phpunit/phpunit": "~6.0 || ~7.0",
2424
"mockery/mockery": "~1.1",
2525
"php-coveralls/php-coveralls": "~1.0",
26-
"orchestra/testbench": "~3.1"
26+
"orchestra/testbench": "~3.5"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)