Fix the build & add tests for Symfony 4.3 and 4.4

This commit is contained in:
Kamil Kokot
2019-12-09 12:01:38 +01:00
parent 96dfafd63e
commit 15f70c0a14
2 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ env:
- SYMFONY_VERSION=3.4.*
- SYMFONY_VERSION=4.1.*
- SYMFONY_VERSION=4.2.*
- SYMFONY_VERSION=4.3.*
- SYMFONY_VERSION=4.4.*
cache:
directories:
@@ -22,6 +24,7 @@ install:
- composer require symfony/http-kernel:${SYMFONY_VERSION} --no-update --no-scripts --prefer-dist
- composer require symfony/proxy-manager-bridge:${SYMFONY_VERSION} --no-update --no-scripts --prefer-dist
- composer require --dev symfony/framework-bundle:${SYMFONY_VERSION} --no-update --no-scripts --prefer-dist
- composer require --dev symfony/process:${SYMFONY_VERSION} --no-update --no-scripts --prefer-dist
- composer require --dev symfony/yaml:${SYMFONY_VERSION} --no-update --no-scripts --prefer-dist
- composer update --prefer-dist

View File

@@ -26,6 +26,7 @@
"phpstan/phpstan-shim": "^0.11",
"sylius-labs/coding-standard": "^3.0",
"symfony/framework-bundle": "^3.4|^4.1",
"symfony/process": "^3.4|^4.1",
"symfony/yaml": "^3.4|^4.1"
},
"suggest": {