Skip to content

Commit fda6982

Browse files
authored
Update .travis.yml
1 parent 08c9d5c commit fda6982

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
@@ -4,6 +4,7 @@ php:
44
- 7.0
55
- 7.1
66
- 7.2
7+
- 7.3
78

89
env:
910
global:
@@ -12,8 +13,10 @@ env:
1213

1314
matrix:
1415
include:
15-
- php: 7.0
16+
- php: 7.1
1617
env: laravel=5.5.x
18+
- php: 7.2
19+
env: laravel=6.x
1720

1821
sudo: false
1922

0 commit comments

Comments
 (0)