-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from mybuilder/symfony-5-support
Symfony 5 support
- Loading branch information
Showing
21 changed files
with
230 additions
and
509 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,36 @@ | ||
language: php | ||
|
||
cache: | ||
directories: | ||
- $HOME/.composer/cache/files | ||
- .phpunit | ||
|
||
env: | ||
global: | ||
- SYMFONY_PHPUNIT_DIR=.phpunit | ||
|
||
matrix: | ||
fast_finish: true | ||
include: | ||
- php: 5.6 | ||
env: SYMFONY_VERSION=2.8.* | ||
- php: 5.6 | ||
env: SYMFONY_VERSION=3.0.* | ||
- php: 5.6 | ||
env: SYMFONY_VERSION=3.1.* | ||
- php: 5.6 | ||
env: SYMFONY_VERSION=3.2.* | ||
- php: 5.6 | ||
env: SYMFONY_VERSION=3.3.* | ||
- php: 5.6 | ||
env: SYMFONY_VERSION=3.4.* | ||
- php: 7.0 | ||
env: SYMFONY_VERSION=2.8.* | ||
- php: 7.0 | ||
env: SYMFONY_VERSION=3.0.* | ||
- php: 7.0 | ||
env: SYMFONY_VERSION=3.1.* | ||
- php: 7.0 | ||
env: SYMFONY_VERSION=3.2.* | ||
- php: 7.0 | ||
env: SYMFONY_VERSION=3.4.* | ||
- php: 7.1 | ||
env: SYMFONY_VERSION=3.4.* | ||
- php: 7.1 | ||
env: SYMFONY_VERSION=4.0.* | ||
- php: 7.1 | ||
env: SYMFONY_VERSION=4.1.* | ||
- php: 7.2 | ||
env: SYMFONY_VERSION=3.4.* | ||
- php: 7.2 | ||
env: SYMFONY_VERSION=4.0.* | ||
- php: 7.2 | ||
env: SYMFONY_VERSION=4.1.* | ||
- php: 7.3 | ||
env: SYMFONY_VERSION="3.4.*" | ||
- php: 7.3 | ||
env: SYMFONY_VERSION="4.4.*" | ||
- php: 7.3 | ||
env: SYMFONY_VERSION="5.0.*" | ||
- php: 7.4 | ||
env: SYMFONY_VERSION="3.4.*" | ||
- php: 7.4 | ||
env: SYMFONY_VERSION="4.4.*" | ||
- php: 7.4 | ||
env: SYMFONY_VERSION="5.0.*" | ||
|
||
before_install: | ||
- composer self-update | ||
- composer validate | ||
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/process:"${SYMFONY_VERSION}"; fi | ||
|
||
before_script: | ||
- composer require symfony/process:${SYMFONY_VERSION} | ||
install: | ||
- composer update $COMPOSER_FLAGS | ||
|
||
script: bin/phpunit | ||
script: bin/phpunit -v |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.