Skip to content

Commit

Permalink
added Laravel 5.8 to the travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheM1984 committed Sep 3, 2019
1 parent d558d2a commit b608ecc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ matrix:
env: LARAVEL=5.6
- php: 7.1
env: LARAVEL=5.7
- php: 7.1
env: LARAVEL=5.8
- php: 7.2
env: LARAVEL=5.4
- php: 7.2
Expand All @@ -38,6 +40,8 @@ matrix:
env: LARAVEL=5.6
- php: 7.2
env: LARAVEL=5.7
- php: 7.2
env: LARAVEL=5.8
- php: 7.3
env: LARAVEL=5.4
- php: 7.3
Expand All @@ -46,6 +50,8 @@ matrix:
env: LARAVEL=5.6
- php: 7.3
env: LARAVEL=5.7
- php: 7.3
env: LARAVEL=5.8


script:
Expand Down

0 comments on commit b608ecc

Please sign in to comment.