Skip to content

Commit 3298ae5

Browse files
committed
Add 7.2 with prefer lowest to ensure httplug 1.0 compatiblity
1 parent d5f46a1 commit 3298ae5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ matrix:
2424
include:
2525
- php: 7.1
2626
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
27+
- php: 7.2
28+
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
2729

2830
before_install:
2931
- travis_retry composer self-update

0 commit comments

Comments
 (0)