File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 2424
2525matrix :
2626 fast_finish : true
27+ allow_failures :
28+ - php : 7.1
29+ env : SYMFONY_VERSION=3.4.x-dev
30+ - php : 7.1
31+ env : SYMFONY_VERSION=4.0.x-dev
2732 include :
2833 - php : 5.5
2934 env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" SYMFONY_VERSION=2.8.*
30- - php : 7.0
31- env : SYMFONY_VERSION=3.0.*
3235 - php : hhvm
3336 dist : trusty
3437 env : SYMFONY_VERSION=2.8.*
38+ - php : 7.0
39+ env : SYMFONY_VERSION=2.8.*
40+ - php : 7.1
41+ env : SYMFONY_VERSION=3.4.x-dev
42+ - php : 7.1
43+ env : SYMFONY_VERSION=4.0.x-dev
44+ - php : 7.0
45+ env : SYMFONY_VERSION=3.0.*
46+ - php : 7.0
47+ env : SYMFONY_VERSION=3.1.*
48+ - php : 7.0
49+ env : SYMFONY_VERSION=3.2.*
3550
3651install :
3752 - composer require symfony/symfony:${SYMFONY_VERSION} --no-update
You can’t perform that action at this time.
0 commit comments