diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ca0b5830e0..b6371e96eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,6 +31,10 @@ jobs: symfony: ["^5.4", "^6.0"] node: ["16.x"] mysql: ["5.7", "8.0"] + exclude: + - + php: "8.0" + symfony: "^6.0" env: APP_ENV: test_cached diff --git a/config/packages/_sylius.yaml b/config/packages/_sylius.yaml index ce751d0acc..f4532f2abb 100644 --- a/config/packages/_sylius.yaml +++ b/config/packages/_sylius.yaml @@ -6,6 +6,7 @@ imports: - { resource: "@SyliusShopBundle/Resources/config/app/config.yml" } - { resource: "@SyliusPayPalPlugin/Resources/config/config.yaml" } + - { resource: "../parameters.yaml" } parameters: sylius_core.public_dir: '%kernel.project_dir%/public' diff --git a/config/parameters.yaml b/config/parameters.yaml new file mode 100644 index 0000000000..d1d8c7b9ac --- /dev/null +++ b/config/parameters.yaml @@ -0,0 +1,2 @@ +parameters: + locale: en_US diff --git a/config/services.yaml b/config/services.yaml index fee9407be5..adee36bc5d 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -1,8 +1,3 @@ -# Put parameters here that don't need to change on each machine where the app is deployed -# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration -parameters: - locale: en_US - services: # Default configuration for services in *this* file _defaults: