File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -28,20 +28,20 @@ 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
- SYMFONY_PHPUNIT_VERSION=5.7
34
34
- TEST_INSTALLATION=false
35
35
36
36
matrix :
37
37
include :
38
- - php : 7.1
38
+ - php : 7.2
39
39
env : STABILITY=dev SYMFONY_VERSION=4.0.*
40
40
- php : 7.1
41
41
env : STABILITY=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
42
- - php : 7.1
42
+ - php : 7.2
43
43
env : STABILITY=dev SYMFONY_VERSION=3.3.*
44
- - php : 7.1
44
+ - php : 7.2
45
45
env : STABILITY=dev SYMFONY_VERSION=3.4.*
46
46
fast_finish : true
47
47
allow_failures :
Original file line number Diff line number Diff line change 10
10
11
11
Branch | Travis | Coveralls |
12
12
------ | ------ | --------- |
13
- master | [ ![ Build Status] [ travis_unstable_badge ]] [ travis_unstable_link ] | [ ![ Coverage Status] [ coveralls_unstable_badge ]] [ coveralls_unstable_link ] |
13
+ master | [ ![ Build Status] [ travis_unstable_badge ]] [ travis_link ] | [ ![ Coverage Status] [ coveralls_unstable_badge ]] [ coveralls_unstable_link ] |
14
14
15
15
This package is part of the [ Symfony Content Management Framework (CMF)] ( http://cmf.symfony.com/ ) and licensed
16
16
under the [ MIT License] ( LICENSE ) .
@@ -21,7 +21,7 @@ the context of the CMF.
21
21
22
22
## Requirements
23
23
24
- * PHP 7.1
24
+ * PHP 7.1 / 7.2
25
25
* Symfony 2.8 / 3.3 / 3.4 / 4.0
26
26
* See also the ` require ` section of [ composer.json] ( composer.json )
27
27
@@ -58,11 +58,9 @@ Thanks to
58
58
This package is available under the [ MIT license] ( src/Resources/meta/LICENSE ) .
59
59
60
60
[ travis_legacy_badge ] : https://travis-ci.org/symfony-cmf/testing.svg?branch=master
61
- [ travis_legacy_link ] : https://travis-ci.org/symfony-cmf/testing
62
61
[ travis_stable_badge ] : https://travis-ci.org/symfony-cmf/testing.svg?branch=master
63
- [ travis_stable_link ] : https://travis-ci.org/symfony-cmf/testing
64
62
[ travis_unstable_badge ] : https://travis-ci.org/symfony-cmf/testing.svg?branch=master
65
- [ travis_unstable_link ] : https://travis-ci.org/symfony-cmf/testing
63
+ [ travis_link ] : https://travis-ci.org/symfony-cmf/testing
66
64
67
65
[ coveralls_legacy_badge ] : https://coveralls.io/repos/github/symfony-cmf/testing/badge.svg?branch=master
68
66
[ coveralls_legacy_link ] : https://coveralls.io/github/symfony-cmf/testing?branch=master
You can’t perform that action at this time.
0 commit comments