diff --git a/config/projects.yml b/config/projects.yml index b39e80efc..765b99968 100644 --- a/config/projects.yml +++ b/config/projects.yml @@ -253,11 +253,11 @@ resource: php: ['7.1', '7.2'] make_tasks: unit_tests: ~ + testing: description: | **NOTE**: This is an internal tool and is not intended to be used outside of the context of the CMF. - branches: master: minimum_stability: dev @@ -267,7 +267,9 @@ testing: make_tasks: unit_tests: ~ versions: - symfony: ['2.8.*', '3.3.*', '3.4.*', '4.0.*'] + symfony: ['^2.8.18', '3.3.*', '3.4.*', '4.0.*'] + phpunit_version: '6.5' + tree-browser-bundle: excluded_files: - .travis.yml.twig @@ -284,4 +286,4 @@ tree-browser-bundle: unit_tests: ~ test_installation: ~ versions: - symfony: ['2.8.*', '3.3', '3.4.*', '4.0.*'] \ No newline at end of file + symfony: ['2.8.*', '3.3', '3.4.*', '4.0.*']