Skip to content

Commit 043e63d

Browse files
authored
Requiring PHP 7.3, dropping Laravel 5 support
1 parent 321b47b commit 043e63d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
env:
22
matrix:
3-
- ILLUMINATE_VERSION="^5.8"
43
- ILLUMINATE_VERSION="^6.0"
54
- ILLUMINATE_VERSION="^7.0"
65
# Add other versions here to test against multiple framework versions
@@ -9,14 +8,7 @@ env:
98

109
language: php
1110

12-
# Laravel 5 is the only Laravel we support that's compatible with PHP v7.1
13-
jobs:
14-
include:
15-
- php: 7.1
16-
env: ILLUMINATE_VERSION="^5.8"
17-
1811
php:
19-
- 7.2
2012
- 7.3
2113
- 7.4
2214

0 commit comments

Comments
 (0)