Skip to content

Commit

Permalink
Exclude Laravel 7 and PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Mar 5, 2020
1 parent 0629c26 commit 3e23eeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ matrix:
env: 'ENUM=2 LARAVEL=6.18'
- php: '7.1'
env: 'ENUM=3 LARAVEL=6.18'
- php: '7.1'
env: 'ENUM=2 LARAVEL=7.0'
- php: '7.1'
env: 'ENUM=3 LARAVEL=7.0'

script:
- vendor/bin/phpunit -c phpunit.xml tests/
Expand Down

0 comments on commit 3e23eeb

Please sign in to comment.