Skip to content

Commit e849e4a

Browse files
committed
add laravel 7 to travis
1 parent 8f8da38 commit e849e4a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.travis.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,22 @@ matrix:
3131
env: LARAVEL='6.*' COMPOSER_FLAGS='--prefer-lowest'
3232
- php: 7.4
3333
env: LARAVEL='6.*' COMPOSER_FLAGS='--prefer-stable'
34+
- php: 7.2
35+
env: LARAVEL='7.*' COMPOSER_FLAGS='--prefer-lowest'
36+
- php: 7.2
37+
env: LARAVEL='7.*' COMPOSER_FLAGS='--prefer-stable'
38+
- php: 7.3
39+
env: LARAVEL='7.*' COMPOSER_FLAGS='--prefer-lowest'
40+
- php: 7.3
41+
env: LARAVEL='7.*' COMPOSER_FLAGS='--prefer-stable'
42+
- php: 7.4
43+
env: LARAVEL='7.*' COMPOSER_FLAGS='--prefer-lowest'
44+
- php: 7.4
45+
env: LARAVEL='7.*' COMPOSER_FLAGS='--prefer-stable'
3446

3547
before_install:
3648
- travis_retry composer self-update
37-
- travis_retry composer require --no-update --no-interaction "illuminate/support:${LARAVEL}"
49+
- travis_retry composer require "illuminate/support:${LARAVEL}" --no-update --no-interaction
3850

3951
install:
4052
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction --no-suggest

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"extra": {
3737
"branch-alias": {
38-
"dev-master": "4.0.x-dev"
38+
"dev-master": "4.1.x-dev"
3939
},
4040
"laravel": {
4141
"providers": [

0 commit comments

Comments
 (0)