Skip to content

Commit

Permalink
Allowing PhpUnit8
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Nov 24, 2019
1 parent fad250d commit e609178
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ env:
- ENUM=2 LARAVEL=5.6
- ENUM=2 LARAVEL=5.7
- ENUM=2 LARAVEL=5.8
- ENUM=2 LARAVEL=6.0
- ENUM=2 LARAVEL=6.5
- 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.0
- ENUM=3 LARAVEL=6.5

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

script:
- vendor/bin/phpunit -c phpunit.xml tests/
Expand Down
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"illuminate/database": "5.*|6.*"
},
"require-dev": {
"phpunit/phpunit": "6.3 - 7.5",
"phpunit/phpunit": "6.3 - 7.5|~8.0",
"illuminate/events": "5.*|6.*",
"ocramius/package-versions": "^1.2"
},
Expand All @@ -43,9 +43,6 @@
}
},
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
},
"laravel": {
"providers": [
"Konekt\\Enum\\Eloquent\\EnumServiceProvider"
Expand Down

0 comments on commit e609178

Please sign in to comment.