File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,21 +28,21 @@ cache:
28
28
env :
29
29
matrix : SYMFONY_VERSION=4.0.*
30
30
global :
31
- - SYMFONY_DEPRECATIONS_HELPER=0
31
+ - SYMFONY_DEPRECATIONS_HELPER="/.*each.*/"
32
32
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
33
33
- KERNEL_CLASS=Symfony\Cmf\Bundle\CoreBundle\Tests\Fixtures\App\Kernel
34
34
- SYMFONY_PHPUNIT_VERSION=5.7
35
35
- TEST_INSTALLATION=false
36
36
37
37
matrix :
38
38
include :
39
- - php : 7.1
39
+ - php : 7.2
40
40
env : STABILITY=dev SYMFONY_VERSION=4.0.*
41
41
- php : 7.1
42
42
env : STABILITY=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
43
- - php : 7.1
43
+ - php : 7.2
44
44
env : STABILITY=dev SYMFONY_VERSION=3.3.*
45
- - php : 7.1
45
+ - php : 7.2
46
46
env : STABILITY=dev SYMFONY_VERSION=3.4.*
47
47
- env : TEST_INSTALLATION=true
48
48
fast_finish : true
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ a twig extension and php templating helper to walk PHPCR-ODM trees and support f
22
22
23
23
## Requirements
24
24
25
- * PHP 7.1
25
+ * PHP 7.1 / 7.2
26
26
* Symfony 2.8 / 3.3 / 3.4 / 4.0
27
27
* See also the ` require ` section of [ composer.json] ( composer.json )
28
28
You can’t perform that action at this time.
0 commit comments