Skip to content

Commit 519173f

Browse files
committed
Update Travis CI config
The next minor version of this package should remove PHP <= 5.5 and Laravel <= 5.3 support
1 parent 3650bf8 commit 519173f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ php:
1010
matrix:
1111
allow_failures:
1212
- php: 5.5 # Laravel >= 5.3 doesn't support PHP 5.5
13-
- php: 7.2
13+
- php: 5.6 # Laravel >= 5.5 doesn't support PHP 5.6
14+
- php: 7.0 # Laravel <= 5.3 doesn't support PHP 7.0
15+
- php: 7.1 # Laravel <= 5.3 doesn't support PHP 7.1
16+
- php: 7.2 # Laravel <= 5.3 doesn't support PHP 7.2
1417

1518
sudo: false
1619

0 commit comments

Comments
 (0)