File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -170,11 +170,9 @@ jobs:
170170 composer require winzou/state-machine-bundle --no-scripts
171171
172172 -
173- name : Run lint container without twig/twig package
173+ name : Run lint container without sylius/grid-bundle package
174174 run : |
175- composer remove symfony/twig-bundle --no-scripts
176175 composer remove sylius/grid-bundle --no-scripts --dev
177176 (cd tests/Application && bin/console cache:clear --env=test_without_twig)
178177 (cd tests/Application && bin/console lint:container --env=test_without_twig)
179- composer require symfony/twig-bundle --no-scripts
180- composer require "sylius/grid-bundle: ^1.7 || v1.12.0-ALPHA.1" --no-scripts --dev
178+ composer require "sylius/grid-bundle: ^1.11" --no-scripts --dev
Original file line number Diff line number Diff line change 7272 "phpstan/phpstan-webmozart-assert" : " ^1.2" ,
7373 "phpunit/phpunit" : " ^9.5" ,
7474 "sylius-labs/coding-standard" : " ^4.0" ,
75- "sylius/grid-bundle" : " ^1.7 || v1.12.0-ALPHA.1 " ,
75+ "sylius/grid-bundle" : " ^1.11 " ,
7676 "symfony/console" : " ^5.4 || ^6.4" ,
7777 "symfony/dependency-injection" : " ^5.4 || ^6.4" ,
7878 "symfony/dotenv" : " ^5.4 || ^6.4" ,
You can’t perform that action at this time.
0 commit comments