Skip to content

Commit 05756fa

Browse files
committed
Added laravel 5.6 to travis build
1 parent 0db569d commit 05756fa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ language: php
77
matrix:
88
include:
99
- php: 7.1
10-
env: LARAVEL='5.7.*' TESTBENCH='3.7.*' COMPOSER_FLAGS='--prefer-lowest'
10+
env: LARAVEL='5.6.*' TESTBENCH='3.6.*' COMPOSER_FLAGS='--prefer-stable'
11+
- php: 7.2
12+
env: LARAVEL='5.6.*' TESTBENCH='3.6.*' COMPOSER_FLAGS='--prefer-stable'
13+
- php: 7.3
14+
env: LARAVEL='5.6.*' TESTBENCH='3.6.*' COMPOSER_FLAGS='--prefer-stable'
1115
- php: 7.1
1216
env: LARAVEL='5.7.*' TESTBENCH='3.7.*' COMPOSER_FLAGS='--prefer-stable'
13-
- php: 7.2
14-
env: LARAVEL='5.7.*' TESTBENCH='3.7.*' COMPOSER_FLAGS='--prefer-lowest'
1517
- php: 7.2
1618
env: LARAVEL='5.7.*' TESTBENCH='3.7.*' COMPOSER_FLAGS='--prefer-stable'
17-
- php: 7.3
18-
env: LARAVEL='5.7.*' TESTBENCH='3.7.*' COMPOSER_FLAGS='--prefer-lowest'
1919
- php: 7.3
2020
env: LARAVEL='5.7.*' TESTBENCH='3.7.*' COMPOSER_FLAGS='--prefer-stable'
2121
- php: 7.1

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"license": "MIT",
1313
"require": {
1414
"php": "^7.1|^7.2|^7.3",
15-
"illuminate/support": "^5.7|^5.8|^6.0"
15+
"illuminate/support": "^5.6|^5.7|^5.8|^6.0"
1616
},
1717
"require-dev": {
18-
"orchestra/testbench": "^3.7|^3.8|^4.0",
18+
"orchestra/testbench": "^3.6|^3.7|^3.8|^4.0",
1919
"phpunit/phpunit": "^7.0|^8.0",
2020
"friendsofphp/php-cs-fixer": "^2.15",
2121
"squizlabs/php_codesniffer": "^3.4"

0 commit comments

Comments
 (0)