Skip to content

Commit 05bf09d

Browse files
Nyholmjaviereguiluz
authored andcommitted
Moved coverage to PHP 7.2 with latest deps
1 parent bfdd064 commit 05bf09d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bundles/best_practices.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,13 @@ test latest beta release. Here is a recommended configuration file (``.travis.ym
191191
fast_finish: true
192192
include:
193193
# Minimum supported Symfony version with the latest PHP version
194-
- env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="./vendor/bin/simple-phpunit --coverage-text" SYMFONY_DEPRECATIONS_HELPER="weak"
194+
- env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
195195
196196
# Test the latest stable release
197197
- php: 7.0
198198
- php: 7.1
199199
- php: 7.2
200+
env: COVERAGE=true TEST_COMMAND="./vendor/bin/simple-phpunit --coverage-text"
200201
201202
# Test LTS versions. This makes sure we do not use Symfony packages with version greater
202203
# than 2 or 3 respectively. Read more at https://github.com/symfony/lts

0 commit comments

Comments
 (0)