File tree Expand file tree Collapse file tree 2 files changed +3
-4679
lines changed Expand file tree Collapse file tree 2 files changed +3
-4679
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,17 @@ php-docker-template: &php-docker-template
1818 name : validate composer.json
1919 command : composer validate
2020 - run :
21- name : install current dependencies
21+ name : install dependencies
2222 command : composer install --no-progress
2323 - run :
24- name : run tests with current dependency versions
24+ name : run tests with highest compatible dependency versions
2525 command : vendor/bin/phpunit --log-junit ~/phpunit/junit.xml --coverage-text tests
2626 - store_test_results :
2727 path : ~/phpunit
2828 - store_artifacts :
2929 path : ~/phpunit
3030 - run :
31- name : run tests with highest available dependency versions
32- command : composer update --no-progress && vendor/bin/phpunit tests
33- - run :
34- name : run tests with lowest available dependency versions
31+ name : run tests with lowest compatible dependency versions
3532 # we skip this for 7.2 because the lowest compatible version of PHPUnit has a bug:
3633 # https://github.com/sebastianbergmann/comparator/pull/30
3734 command : |
You can’t perform that action at this time.
0 commit comments