diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2c94a67e..dd2de3d9f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -170,11 +170,9 @@ jobs: composer require winzou/state-machine-bundle --no-scripts - - name: Run lint container without twig/twig package + name: Run lint container without sylius/grid-bundle package run: | - composer remove symfony/twig-bundle --no-scripts composer remove sylius/grid-bundle --no-scripts --dev (cd tests/Application && bin/console cache:clear --env=test_without_twig) (cd tests/Application && bin/console lint:container --env=test_without_twig) - composer require symfony/twig-bundle --no-scripts - composer require "sylius/grid-bundle: ^1.7 || v1.12.0-ALPHA.1" --no-scripts --dev + composer require "sylius/grid-bundle: ^1.11" --no-scripts --dev diff --git a/composer.json b/composer.json index 1a06a739d..d379f6000 100644 --- a/composer.json +++ b/composer.json @@ -72,7 +72,7 @@ "phpstan/phpstan-webmozart-assert": "^1.2", "phpunit/phpunit": "^9.5", "sylius-labs/coding-standard": "^4.0", - "sylius/grid-bundle": "^1.7 || v1.12.0-ALPHA.1", + "sylius/grid-bundle": "^1.11", "symfony/console": "^5.4 || ^6.4", "symfony/dependency-injection": "^5.4 || ^6.4", "symfony/dotenv": "^5.4 || ^6.4",