Skip to content

Commit 7c07e22

Browse files
committed
Final test matrix for Laravel 5.5 & 5.6
1 parent 149a38d commit 7c07e22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

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

55
php:
6-
- 7.0
76
- 7.1
87
- 7.2
98

@@ -18,7 +17,7 @@ env:
1817

1918
matrix:
2019
allow_failures:
21-
- env: TESTBENCH_VERSION=3.4.*
20+
- env: TESTBENCH_VERSION=3.7.*
2221

2322
before_install:
2423
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;

0 commit comments

Comments
 (0)