Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit b0dfcaa

Browse files
authored
Fix for tests
1 parent 775d250 commit b0dfcaa

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
language: php
22

33
php:
4-
- 5.6
5-
- 7.0
6-
- 7.1
4+
- 7.2
5+
- 7.3
76

87
env:
9-
matrix:
10-
- COMPOSER_FLAGS="--prefer-lowest"
11-
- COMPOSER_FLAGS=""
8+
- LARAVEL_VERSION=5.7.*
9+
- LARAVEL_VERSION=5.8.*
10+
- LARAVEL_VERSION=^6.0
11+
- LARAVEL_VERSION=^7.0
1212

1313
before_script:
1414
- travis_retry composer self-update
15+
- composer require laravel/framework:${LARAVEL_VERSION}
1516
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
1617

1718
script:

0 commit comments

Comments
 (0)