Skip to content

Commit

Permalink
Excluding "[6|7|8].0" Laravel versions from PHP 8 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Nov 28, 2020
1 parent cd44bac commit 9e0b36e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ matrix:
env: 'ENUM=2 LARAVEL=8.0'
- php: 'nightly'
env: 'ENUM=2 LARAVEL=8.16'
- php: 'nightly'
env: 'ENUM=3 LARAVEL=6.0'
- php: 'nightly'
env: 'ENUM=3 LARAVEL=7.0'
- php: 'nightly'
env: 'ENUM=3 LARAVEL=8.0'

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

0 comments on commit 9e0b36e

Please sign in to comment.