Skip to content

Commit

Permalink
Skip Laravel 8 on php 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sandervanhooft committed Sep 8, 2020
1 parent 2748967 commit 8c59786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ matrix:
- php: 7.4
env: COVERAGE=1 LARAVEL='8.*' TESTBENCH='6.*'
exclude:
- php: 7.1
env: LARAVEL='6.*' TESTBENCH='4.*'
- php: 7.3
env: LARAVEL='6.*' TESTBENCH='4.*'
- php: 7.1
env: LARAVEL='7.*' TESTBENCH='5.*'
- php: 7.2
env: LARAVEL='8.*' TESTBENCH='6.*'
- php: 7.4
env: LARAVEL='7.*' TESTBENCH='5.*'

Expand Down

0 comments on commit 8c59786

Please sign in to comment.