Skip to content

Commit

Permalink
Merge pull request #236 from avvertix/laravel-8-support
Browse files Browse the repository at this point in the history
Test against Laravel 8
  • Loading branch information
franzose authored Oct 5, 2020
2 parents e342cd9 + 7a8146a commit 53a5d0c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ env:
- LARAVEL_VERSION=6.* DB_DRIVER=pgsql DB_PORT=5432 DB_USERNAME=travis DB_NAME=travis
- LARAVEL_VERSION=7.*
- LARAVEL_VERSION=7.* DB_DRIVER=pgsql DB_PORT=5432 DB_USERNAME=travis DB_NAME=travis
- LARAVEL_VERSION=8.*
- LARAVEL_VERSION=8.* DB_DRIVER=pgsql DB_PORT=5432 DB_USERNAME=travis DB_NAME=travis

matrix:
exclude:
Expand Down Expand Up @@ -89,6 +91,18 @@ matrix:
env: LARAVEL_VERSION=5.4.* DB_DRIVER=pgsql DB_PORT=5432 DB_USERNAME=travis DB_NAME=travis
- php: 7.4
env: LARAVEL_VERSION=5.4.* DB_DRIVER=pgsql DB_PORT=5432 DB_USERNAME=travis DB_NAME=travis
- php: 7.0
env: LARAVEL_VERSION=8.*
- php: 7.1
env: LARAVEL_VERSION=8.*
- php: 7.2
env: LARAVEL_VERSION=8.*
- php: 7.0
env: LARAVEL_VERSION=8.* DB_DRIVER=pgsql DB_PORT=5432 DB_USERNAME=travis DB_NAME=travis
- php: 7.1
env: LARAVEL_VERSION=8.* DB_DRIVER=pgsql DB_PORT=5432 DB_USERNAME=travis DB_NAME=travis
- php: 7.2
env: LARAVEL_VERSION=8.* DB_DRIVER=pgsql DB_PORT=5432 DB_USERNAME=travis DB_NAME=travis

# ensure that the specific Laravel version is required
before_install:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0|^7.0|^8.0",
"orchestra/testbench": "^3.4|^4.0|^5.0"
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0",
"orchestra/testbench": "^3.4|^4.0|^5.0|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 53a5d0c

Please sign in to comment.