File tree 6 files changed +863
-647
lines changed 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()
20
20
->notPath ('public/index.php ' )
21
21
;
22
22
23
- return PhpCsFixer \Config:: create ( )
23
+ return ( new PhpCsFixer \Config () )
24
24
->setRiskyAllowed (true )
25
25
->setRules ([
26
26
'@Symfony ' => true ,
Original file line number Diff line number Diff line change 20
20
# the same directory as the simple-phpunit if it is not provided. It's also possible to set
21
21
# this env var in the phpunit.xml.dist file.
22
22
- SYMFONY_PHPUNIT_DIR=./bin/.phpunit
23
- - SYMFONY_DEPRECATIONS_HELPER=9
23
+ - SYMFONY_DEPRECATIONS_HELPER=6
24
24
- ACTION="install"
25
25
# Add the Symfony binary's path to PATH.
26
26
- PATH="$HOME/.symfony/bin:$PATH"
@@ -35,16 +35,13 @@ jobs:
35
35
include :
36
36
# Run tests with the dependencies from composer.lock
37
37
- php : 7.2
38
- - php : 7.3
39
38
- 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
45
40
# Run tests against dev-master (currently 5.2.x-dev)
46
- - php : 7.3
41
+ - php : 7.4
47
42
env : STABILITY=dev SYMFONY=5.* ACTION=update
43
+ allow_failures :
44
+ - php : nightly
48
45
49
46
before_install :
50
47
- phpenv config-rm xdebug.ini || true
Original file line number Diff line number Diff line change 14
14
"ext-pdo_sqlite" : " *" ,
15
15
"composer/package-versions-deprecated" : " ^1.8" ,
16
16
"doctrine/doctrine-bundle" : " ^1.12|^2.0" ,
17
- "doctrine/doctrine-migrations-bundle" : " ^1.3|^2 .0" ,
17
+ "doctrine/doctrine-migrations-bundle" : " ^3 .0" ,
18
18
"doctrine/orm" : " ^2.5.11" ,
19
19
"erusev/parsedown" : " ^1.6" ,
20
20
"sensio/framework-extra-bundle" : " ^5.1" ,
You can’t perform that action at this time.
0 commit comments