Skip to content

Commit 77a6ece

Browse files
PHP 7.2 (#411)
* DevKit updates * DevKit updates
1 parent 6242e77 commit 77a6ece

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@ 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
- KERNEL_CLASS=Symfony\Cmf\Bundle\RoutingBundle\Tests\Fixtures\App\Kernel
3434
- SYMFONY_PHPUNIT_VERSION=5.7
3535
- TEST_INSTALLATION=false
3636

3737
matrix:
3838
include:
39-
- php: 7.1
39+
- php: 7.2
4040
env: STABILITY=dev SYMFONY_VERSION=4.0.*
4141
- php: 7.1
4242
env: STABILITY=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
43-
- php: 7.1
43+
- php: 7.2
4444
env: STABILITY=dev SYMFONY_VERSION=3.3.*
45-
- php: 7.1
45+
- php: 7.2
4646
env: STABILITY=dev SYMFONY_VERSION=3.4.*
4747
- env: TEST_INSTALLATION=true
4848
fast_finish: true
@@ -55,7 +55,8 @@ before_install:
5555
- if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; composer config prefer-stable true; fi;
5656
- if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi
5757
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
58-
- travis_wait composer update --prefer-dist $COMPOSER_FLAGS
58+
59+
install: travis_wait composer update --prefer-dist $COMPOSER_FLAGS
5960

6061
script:
6162
- if [ "${TEST_INSTALLATION}" == true ]; then make test_installation; else make test; fi

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).
@@ -23,7 +23,7 @@ controller for redirection routes.
2323

2424
## Requirements
2525

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

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

6262
[travis_legacy_badge]: https://travis-ci.org/symfony-cmf/routing-bundle.svg?branch=master
63-
[travis_legacy_link]: https://travis-ci.org/symfony-cmf/routing-bundle
6463
[travis_stable_badge]: https://travis-ci.org/symfony-cmf/routing-bundle.svg?branch=master
65-
[travis_stable_link]: https://travis-ci.org/symfony-cmf/routing-bundle
6664
[travis_unstable_badge]: https://travis-ci.org/symfony-cmf/routing-bundle.svg?branch=master
67-
[travis_unstable_link]: https://travis-ci.org/symfony-cmf/routing-bundle
65+
[travis_link]: https://travis-ci.org/symfony-cmf/routing-bundle
6866

6967
[coveralls_legacy_badge]: https://coveralls.io/repos/github/symfony-cmf/routing-bundle/badge.svg?branch=master
7068
[coveralls_legacy_link]: https://coveralls.io/github/symfony-cmf/routing-bundle?branch=master

0 commit comments

Comments
 (0)