Skip to content

Commit 53a5d0c

Browse files
authored
Merge pull request #236 from avvertix/laravel-8-support
Test against Laravel 8
2 parents e342cd9 + 7a8146a commit 53a5d0c

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ env:
3030
- LARAVEL_VERSION=6.* DB_DRIVER=pgsql DB_PORT=5432 DB_USERNAME=travis DB_NAME=travis
3131
- LARAVEL_VERSION=7.*
3232
- LARAVEL_VERSION=7.* DB_DRIVER=pgsql DB_PORT=5432 DB_USERNAME=travis DB_NAME=travis
33+
- LARAVEL_VERSION=8.*
34+
- LARAVEL_VERSION=8.* DB_DRIVER=pgsql DB_PORT=5432 DB_USERNAME=travis DB_NAME=travis
3335

3436
matrix:
3537
exclude:
@@ -89,6 +91,18 @@ matrix:
8991
env: LARAVEL_VERSION=5.4.* DB_DRIVER=pgsql DB_PORT=5432 DB_USERNAME=travis DB_NAME=travis
9092
- php: 7.4
9193
env: LARAVEL_VERSION=5.4.* DB_DRIVER=pgsql DB_PORT=5432 DB_USERNAME=travis DB_NAME=travis
94+
- php: 7.0
95+
env: LARAVEL_VERSION=8.*
96+
- php: 7.1
97+
env: LARAVEL_VERSION=8.*
98+
- php: 7.2
99+
env: LARAVEL_VERSION=8.*
100+
- php: 7.0
101+
env: LARAVEL_VERSION=8.* DB_DRIVER=pgsql DB_PORT=5432 DB_USERNAME=travis DB_NAME=travis
102+
- php: 7.1
103+
env: LARAVEL_VERSION=8.* DB_DRIVER=pgsql DB_PORT=5432 DB_USERNAME=travis DB_NAME=travis
104+
- php: 7.2
105+
env: LARAVEL_VERSION=8.* DB_DRIVER=pgsql DB_PORT=5432 DB_USERNAME=travis DB_NAME=travis
92106

93107
# ensure that the specific Laravel version is required
94108
before_install:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"php": ">=7.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^6.0|^7.0|^8.0",
19-
"orchestra/testbench": "^3.4|^4.0|^5.0"
18+
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0",
19+
"orchestra/testbench": "^3.4|^4.0|^5.0|^6.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)