Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cache:
- $HOME/.composer/cache/files

env:
matrix: SYMFONY_VERSION=^3.4@dev
matrix: SYMFONY_VERSION=^4.0@dev
global:
- SYMFONY_DEPRECATIONS_HELPER=0
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
Expand All @@ -36,18 +36,20 @@ env:
matrix:
include:
- php: 7.1
env: DEPS=dev SYMFONY_VERSION=^4.0@dev
env: DEPS=dev SYMFONY_VERSION=
- php: 7.1
env: DEPS=dev SYMFONY_VERSION=^3.4@dev
env: DEPS=dev SYMFONY_VERSION=^4.0@dev
- php: 7.1
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
- php: 7.1
env: SYMFONY_VERSION=3.3.*
- php: 7.1
env: SYMFONY_VERSION=^3.4@dev

fast_finish: true
allow_failures:
- php: 7.1
env: DEPS=dev SYMFONY_VERSION=^4.0@dev
env: DEPS=dev SYMFONY_VERSION=


before_install:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ when building Symfony full stack applications.
## Requirements

* PHP 7.1
* Symfony 2.8 / 3.3 / ^3.4@dev
* Symfony 2.8 / 3.3 / ^3.4@dev / ^4.0@dev
* See also the `require` section of [composer.json](composer.json)

## Documentation
Expand Down