Skip to content

Commit 5f1e770

Browse files
Add some higher versions and start testing them
1 parent ad586a2 commit 5f1e770

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,22 @@ php:
55
- 5.6
66
- 7.0
77
- 7.1
8+
- 7.2
89

910
env:
1011
- LARAVEL_VERSION="4.2.*"
1112
- LARAVEL_VERSION="5.0.*"
1213
- LARAVEL_VERSION="5.4.*"
14+
- LARAVEL_VERSION="5.5.*"
1315

1416
matrix:
1517
exclude:
1618
- php: 5.5
1719
env: LARAVEL_VERSION="5.4.*"
20+
- php: 5.5
21+
env: LARAVEL_VERSION="5.5.*"
22+
- php: 5.6
23+
env: LARAVEL_VERSION="5.5.*"
1824

1925
before_script:
2026
- travis_retry composer self-update

0 commit comments

Comments
 (0)