File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -14,22 +14,28 @@ matrix:
1414 fast_finish : true
1515 include :
1616 # Minimum supported Symfony version and latest PHP version
17- - php : 7.2
17+ - name : " Lowest version on dependencies"
18+ php : 7.2
1819 env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak" SYMFONY_PHPUNIT_VERSION="5.7"
1920
2021 # Test the latest stable release
21- - php : 7.1
22- - php : 7.2
22+ - name : " PHP 7.1"
23+ php : 7.1
24+ - name : " PHP 7.2 with code coverage"
25+ php : 7.2
2326 env : COVERAGE=true TEST_COMMAND="phpunit --coverage-clover build/logs/clover.xml"
2427
2528 # Test LTS versions
26- - php : 7.2
29+ - name : " PHP 7.2 with Symfony 3 components"
30+ php : 7.2
2731 env : DEPENDENCIES="dunglas/symfony-lock:^3"
28- - php : 7.2
32+ - name : " PHP 7.2 with Symfony 4 components"
33+ php : 7.2
2934 env : DEPENDENCIES="dunglas/symfony-lock:^4"
3035
3136 # Latest commit to master
32- - php : 7.2
37+ - name : " PHP 7.2 with Unstable dependencies"
38+ php : 7.2
3339 env : STABILITY="dev"
3440
3541 allow_failures :
You can’t perform that action at this time.
0 commit comments