Skip to content

Commit 41b0c39

Browse files
committed
Package is PHP 7.2 only
1 parent 03fe09c commit 41b0c39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ matrix:
1414
fast_finish: true
1515
include:
1616
# Test the latest stable release
17-
- php: 7.1
1817
- php: 7.2
1918
- php: 7.3
2019
env: COVERAGE=true PHPUNIT_FLAGS="-v --coverage-text"
@@ -31,7 +30,7 @@ matrix:
3130
# Minimum supported dependencies with the latest and oldest PHP version
3231
- php: 7.3
3332
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
34-
- php: 7.1
33+
- php: 7.2
3534
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
3635
# Dev-master is allowed to fail.
3736
- env: STABILITY="dev"

0 commit comments

Comments
 (0)