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

Commit 13ed470

Browse files
add laravel 5.6, php 7.2 support to travis config
1 parent eb89e34 commit 13ed470

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ matrix:
1616
env: ILLUMINATE_VERSION=5.4.*
1717
- php: 7.1
1818
env: ILLUMINATE_VERSION=5.5.*
19+
- php: 7.1
20+
env: ILLUMINATE_VERSION=5.6.*
21+
- php: 7.2
22+
env: ILLUMINATE_VERSION=5.4.*
23+
- php: 7.2
24+
env: ILLUMINATE_VERSION=5.5.*
25+
- php: 7.2
26+
env: ILLUMINATE_VERSION=5.6.*
1927

2028
before_install:
2129
- composer require "illuminate/database:${ILLUMINATE_VERSION}" --no-update -v

0 commit comments

Comments
 (0)