File tree Expand file tree Collapse file tree 2 files changed +25
-5
lines changed
Expand file tree Collapse file tree 2 files changed +25
-5
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,26 @@ matrix:
3333 env : SYMFONY_VERSION=^3
3434 - php : 7.2
3535 env : SYMFONY_VERSION=^4
36+ - php : 7.2
37+ env : SYMFONY_VERSION=^5
38+
39+ - php : 7.3
40+ env : SYMFONY_VERSION=^2.8
41+ - php : 7.3
42+ env : SYMFONY_VERSION=^3
43+ - php : 7.3
44+ env : SYMFONY_VERSION=^4
45+ - php : 7.3
46+ env : SYMFONY_VERSION=^5
47+
48+ - php : 7.4
49+ env : SYMFONY_VERSION=^2.8
50+ - php : 7.4
51+ env : SYMFONY_VERSION=^3
52+ - php : 7.4
53+ env : SYMFONY_VERSION=^4
54+ - php : 7.4
55+ env : SYMFONY_VERSION=^5
3656
3757before_script :
3858 - |
@@ -42,7 +62,7 @@ before_script:
4262 composer require "symfony/security-bundle:${SYMFONY_VERSION}" --no-update
4363 composer require "symfony/validator:${SYMFONY_VERSION}" --no-update
4464 fi
45- - composer install
65+ - COMPOSER_MEMORY_LIMIT=-1 composer install
4666
4767script :
4868 - vendor/bin/phpunit
Original file line number Diff line number Diff line change 1717 "require" : {
1818 "php" : " >=5.6 || ^7.0" ,
1919 "google/recaptcha" : " ^1.1" ,
20- "symfony/form" : " ^2.8 || ^3.0 || ^4.0" ,
21- "symfony/framework-bundle" : " ^2.8 || ^3.0 || ^4.0" ,
22- "symfony/security-bundle" : " ^2.8 || ^3.0 || ^4.0" ,
23- "symfony/validator" : " ^2.8 || ^3.0 || ^4.0" ,
20+ "symfony/form" : " ^2.8 || ^3.0 || ^4.0 || ^5.0 " ,
21+ "symfony/framework-bundle" : " ^2.8 || ^3.0 || ^4.0 || ^5.0 " ,
22+ "symfony/security-bundle" : " ^2.8 || ^3.0 || ^4.0 || ^5.0 " ,
23+ "symfony/validator" : " ^2.8 || ^3.0 || ^4.0 || ^5.0 " ,
2424 "twig/twig" : " ^1.40 || ^2.9"
2525 },
2626 "require-dev" : {
You can’t perform that action at this time.
0 commit comments