Skip to content

Commit 76bde1b

Browse files
authored
Chore: Testing in Laravel 7.x (#10)
1 parent 9598139 commit 76bde1b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ services:
55

66
matrix:
77
exclude:
8+
- env: LARAVEL_VERSION=^7.0 TESTBENCH_VERSION=^5.0
9+
php: 7.1
810
- env: LARAVEL_VERSION=^6.0 TESTBENCH_VERSION=^4.0
911
php: 7.1
1012

@@ -20,6 +22,7 @@ cache:
2022
- $HOME/.composer/cache
2123

2224
env:
25+
- LARAVEL_VERSION=^7.0 TESTBENCH_VERSION=^5.0
2326
- LARAVEL_VERSION=^6.0 TESTBENCH_VERSION=^4.0
2427
- LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.*
2528

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"mpyw/laravel-pdo-emulation-control": "^0.1.0"
3030
},
3131
"require-dev": {
32-
"orchestra/testbench": "^4.0",
33-
"laravel/framework": "^6.0",
32+
"orchestra/testbench": "^5.0",
33+
"laravel/framework": "^7.0",
3434
"friendsofphp/php-cs-fixer": "^2.15"
3535
}
3636
}

0 commit comments

Comments
 (0)