File tree Expand file tree Collapse file tree 6 files changed +863
-647
lines changed
Expand file tree Collapse file tree 6 files changed +863
-647
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ $finder = PhpCsFixer\Finder::create()
2020 ->notPath ('public/index.php ' )
2121;
2222
23- return PhpCsFixer \Config:: create ( )
23+ return ( new PhpCsFixer \Config () )
2424 ->setRiskyAllowed (true )
2525 ->setRules ([
2626 '@Symfony ' => true ,
Original file line number Diff line number Diff line change 2020 # the same directory as the simple-phpunit if it is not provided. It's also possible to set
2121 # this env var in the phpunit.xml.dist file.
2222 - SYMFONY_PHPUNIT_DIR=./bin/.phpunit
23- - SYMFONY_DEPRECATIONS_HELPER=9
23+ - SYMFONY_DEPRECATIONS_HELPER=6
2424 - ACTION="install"
2525 # Add the Symfony binary's path to PATH.
2626 - PATH="$HOME/.symfony/bin:$PATH"
@@ -35,16 +35,13 @@ jobs:
3535 include :
3636 # Run tests with the dependencies from composer.lock
3737 - php : 7.2
38- - php : 7.3
3938 - php : 7.4
40-
41- # Run tests against dev (currently 5.1.x-dev)
42- - php : 7.3
43- env : STABILITY=dev ACTION=update
44-
39+ - php : nightly
4540 # Run tests against dev-master (currently 5.2.x-dev)
46- - php : 7.3
41+ - php : 7.4
4742 env : STABILITY=dev SYMFONY=5.* ACTION=update
43+ allow_failures :
44+ - php : nightly
4845
4946before_install :
5047 - phpenv config-rm xdebug.ini || true
Original file line number Diff line number Diff line change 1414 "ext-pdo_sqlite" : " *" ,
1515 "composer/package-versions-deprecated" : " ^1.8" ,
1616 "doctrine/doctrine-bundle" : " ^1.12|^2.0" ,
17- "doctrine/doctrine-migrations-bundle" : " ^1.3|^2 .0" ,
17+ "doctrine/doctrine-migrations-bundle" : " ^3 .0" ,
1818 "doctrine/orm" : " ^2.5.11" ,
1919 "erusev/parsedown" : " ^1.6" ,
2020 "sensio/framework-extra-bundle" : " ^5.1" ,
You can’t perform that action at this time.
0 commit comments