Skip to content

Commit

Permalink
Laravel 7 and PHP 7.4 has been added to travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Mar 5, 2020
1 parent d3740dd commit 0629c26
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,30 @@ php:
- '7.1'
- '7.2'
- '7.3'
- '7.4'

env:
- ENUM=2 LARAVEL=5.4
- ENUM=2 LARAVEL=5.5
- ENUM=2 LARAVEL=5.6
- ENUM=2 LARAVEL=5.7
- ENUM=2 LARAVEL=5.8
- ENUM=2 LARAVEL=6.5
- ENUM=2 LARAVEL=6.18
- ENUM=2 LARAVEL=7.0
- ENUM=3 LARAVEL=5.4
- ENUM=3 LARAVEL=5.5
- ENUM=3 LARAVEL=5.6
- ENUM=3 LARAVEL=5.7
- ENUM=3 LARAVEL=5.8
- ENUM=3 LARAVEL=6.5
- ENUM=3 LARAVEL=6.18
- ENUM=3 LARAVEL=7.0

matrix:
exclude:
- php: '7.1'
env: 'ENUM=2 LARAVEL=6.5'
env: 'ENUM=2 LARAVEL=6.18'
- php: '7.1'
env: 'ENUM=3 LARAVEL=6.5'
env: 'ENUM=3 LARAVEL=6.18'

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

0 comments on commit 0629c26

Please sign in to comment.