Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

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 9, 2020
1 parent ee97975 commit 2520a05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -28,6 +28,8 @@ matrix:
- php: 7.4
env: COVERAGE=1 LARAVEL='8.0.*' TESTBENCH='6.0.*'
exclude:
- php: 7.2
env: Laravel='8.0.*' TESTBENCH='6.0.*'
- php: 7.4
env: LARAVEL='8.0.*' TESTBENCH='6.0.*'

Expand Down

0 comments on commit 2520a05

Please sign in to comment.