Skip to content

Commit 900f6a6

Browse files
committed
set composer flags for lowest version to test
1 parent 1352047 commit 900f6a6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ php:
55
- 7.3
66
- 7.4
77

8+
env:
9+
matrix:
10+
- COMPOSER_FLAGS="--prefer-lowest"
11+
- COMPOSER_FLAGS=""
12+
813
before_script:
9-
- travis_retry composer update
14+
- travis_retry composer update ${COMPOSER_FLAGS}
1015

1116
script:
1217
- vendor/bin/phpunit

0 commit comments

Comments
 (0)