diff --git a/.travis.yml b/.travis.yml index 69fb36ca..19a90849 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,20 +28,20 @@ cache: env: matrix: SYMFONY_VERSION=4.0.* global: - - SYMFONY_DEPRECATIONS_HELPER=0 + - SYMFONY_DEPRECATIONS_HELPER="/.*each.*/" - SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml" - SYMFONY_PHPUNIT_VERSION=5.7 - TEST_INSTALLATION=false matrix: include: - - php: 7.1 + - php: 7.2 env: STABILITY=dev SYMFONY_VERSION=4.0.* - php: 7.1 env: STABILITY=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak - - php: 7.1 + - php: 7.2 env: STABILITY=dev SYMFONY_VERSION=3.3.* - - php: 7.1 + - php: 7.2 env: STABILITY=dev SYMFONY_VERSION=3.4.* fast_finish: true allow_failures: diff --git a/README.md b/README.md index cc128ad3..6aa92a90 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Branch | Travis | Coveralls | ------ | ------ | --------- | -master | [![Build Status][travis_unstable_badge]][travis_unstable_link] | [![Coverage Status][coveralls_unstable_badge]][coveralls_unstable_link] | +master | [![Build Status][travis_unstable_badge]][travis_link] | [![Coverage Status][coveralls_unstable_badge]][coveralls_unstable_link] | This package is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/) and licensed under the [MIT License](LICENSE). @@ -31,7 +31,7 @@ when building Symfony full stack applications. ## Requirements -* PHP 7.1 +* PHP 7.1 / 7.2 * Symfony 2.8 / 3.3 / 3.4 / 4.0 * See also the `require` section of [composer.json](composer.json) @@ -68,11 +68,9 @@ Thanks to This package is available under the [MIT license](src/Resources/meta/LICENSE). [travis_legacy_badge]: https://travis-ci.org/symfony-cmf/routing.svg?branch=master -[travis_legacy_link]: https://travis-ci.org/symfony-cmf/routing [travis_stable_badge]: https://travis-ci.org/symfony-cmf/routing.svg?branch=master -[travis_stable_link]: https://travis-ci.org/symfony-cmf/routing [travis_unstable_badge]: https://travis-ci.org/symfony-cmf/routing.svg?branch=master -[travis_unstable_link]: https://travis-ci.org/symfony-cmf/routing +[travis_link]: https://travis-ci.org/symfony-cmf/routing [coveralls_legacy_badge]: https://coveralls.io/repos/github/symfony-cmf/routing/badge.svg?branch=master [coveralls_legacy_link]: https://coveralls.io/github/symfony-cmf/routing?branch=master