Skip to content

Commit

Permalink
add php74 and laravel7 integration testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemilloy committed Jun 22, 2020
1 parent 7f81f32 commit 73fbab7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ php:
- "7.1"
- "7.2"
- "7.3"
- "7.4"

env:
matrix:
- LARAVEL=5.8.*
- LARAVEL=^6.0
- LARAVEL=^7.0

matrix:
fast_finish: true
Expand Down

0 comments on commit 73fbab7

Please sign in to comment.