Skip to content

Commit 65e982a

Browse files
PHP 7.2 (#162)
* DevKit updates * DevKit updates
1 parent f93575d commit 65e982a

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ cache:
2828
env:
2929
matrix: SYMFONY_VERSION=4.0.*
3030
global:
31-
- SYMFONY_DEPRECATIONS_HELPER=0
31+
- SYMFONY_DEPRECATIONS_HELPER="/.*each.*/"
3232
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
3333
- SYMFONY_PHPUNIT_VERSION=5.7
3434
- TEST_INSTALLATION=false
3535

3636
matrix:
3737
include:
38-
- php: 7.1
38+
- php: 7.2
3939
env: STABILITY=dev SYMFONY_VERSION=4.0.*
4040
- php: 7.1
4141
env: STABILITY=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
42-
- php: 7.1
42+
- php: 7.2
4343
env: STABILITY=dev SYMFONY_VERSION=3.3.*
44-
- php: 7.1
44+
- php: 7.2
4545
env: STABILITY=dev SYMFONY_VERSION=3.4.*
4646
fast_finish: true
4747
allow_failures:

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
Branch | Travis | Coveralls |
1212
------ | ------ | --------- |
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] |
1414

1515
This package is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/) and licensed
1616
under the [MIT License](LICENSE).
@@ -21,7 +21,7 @@ the context of the CMF.
2121

2222
## Requirements
2323

24-
* PHP 7.1
24+
* PHP 7.1 / 7.2
2525
* Symfony 2.8 / 3.3 / 3.4 / 4.0
2626
* See also the `require` section of [composer.json](composer.json)
2727

@@ -58,11 +58,9 @@ Thanks to
5858
This package is available under the [MIT license](src/Resources/meta/LICENSE).
5959

6060
[travis_legacy_badge]: https://travis-ci.org/symfony-cmf/testing.svg?branch=master
61-
[travis_legacy_link]: https://travis-ci.org/symfony-cmf/testing
6261
[travis_stable_badge]: https://travis-ci.org/symfony-cmf/testing.svg?branch=master
63-
[travis_stable_link]: https://travis-ci.org/symfony-cmf/testing
6462
[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
6664

6765
[coveralls_legacy_badge]: https://coveralls.io/repos/github/symfony-cmf/testing/badge.svg?branch=master
6866
[coveralls_legacy_link]: https://coveralls.io/github/symfony-cmf/testing?branch=master

0 commit comments

Comments
 (0)