File tree Expand file tree Collapse file tree
tests/Application/config/packages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,9 +4,35 @@ dist: trusty
44
55sudo : false
66
7- php :
8- - 7.2
9- - 7.3
7+ matrix :
8+ include :
9+ # Sylius 1.4
10+ -
11+ php : 7.2
12+ env :
13+ - DEPENDENCY_VERSIONS="sylius/sylius:1.4.*"
14+ -
15+ php : 7.3
16+ env :
17+ - DEPENDENCY_VERSIONS="sylius/sylius:1.4.*"
18+ # Sylius 1.5
19+ -
20+ php : 7.2
21+ env :
22+ - DEPENDENCY_VERSIONS="sylius/sylius:1.5.*"
23+ -
24+ php : 7.3
25+ env :
26+ - DEPENDENCY_VERSIONS="sylius/sylius:1.5.*"
27+ # Sylius 1.6
28+ -
29+ php : 7.2
30+ env :
31+ - DEPENDENCY_VERSIONS="sylius/sylius:1.6.*"
32+ -
33+ php : 7.3
34+ env :
35+ - DEPENDENCY_VERSIONS="sylius/sylius:1.6.*"
1036
1137cache :
1238 yarn : true
@@ -27,7 +53,8 @@ before_install:
2753 - mkdir -p tests/Application/public/media/image
2854
2955install :
30- - composer install --no-interaction --prefer-dist
56+ - composer require ${DEPENDENCY_VERSIONS} --no-update
57+ - composer update --no-interaction --prefer-dist
3158 - (cd tests/Application && yarn install)
3259
3360before_script :
Original file line number Diff line number Diff line change 1111 "require" : {
1212 "php" : " ^7.2" ,
1313 "league/csv" : " ^9.1" ,
14- "friendsofsymfony/ckeditor-bundle" : " ^1.1" ,
14+ "friendsofsymfony/ckeditor-bundle" : " ^1.1|^2.0 " ,
1515 "stefandoorn/sitemap-plugin" : " ^1.0" ,
1616 "sylius/sylius" : " ^1.4"
1717 },
Original file line number Diff line number Diff line change 22 paths : ['%kernel.project_dir%/templates']
33 debug : ' %kernel.debug%'
44 strict_variables : ' %kernel.debug%'
5+ form_themes :
6+ - ' @FOSCKEditor/Form/ckeditor_widget.html.twig'
You can’t perform that action at this time.
0 commit comments