From 52027a61d24dd88f0e6a2cbe2ceec208ca8fa9fe Mon Sep 17 00:00:00 2001 From: Grzegorz Sadowski Date: Mon, 25 Nov 2024 14:02:46 +0100 Subject: [PATCH] [CI] Remove unneeded build + minor improvements --- .github/workflows/{build.yml => build.yaml} | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) rename .github/workflows/{build.yml => build.yaml} (95%) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yaml similarity index 95% rename from .github/workflows/build.yml rename to .github/workflows/build.yaml index f16784f5..bad2f460 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yaml @@ -30,10 +30,10 @@ jobs: php: ["8.3"] symfony: ["^5.4.21", "^6.4"] sylius: ["~1.13.0", "~1.14.0"] + database: ["mysql", "postgres"] mysql: ["8.4"] + postgres: ["15.8"] node: ["20.x"] - postgres: [ "15.8" ] - database: [ "mysql", "postgres" ] wkhtmltopdf: ["0.12.6-1"] state_machine_adapter: ["symfony_workflow"] @@ -65,15 +65,6 @@ jobs: node: "20.x" wkhtmltopdf: false state_machine_adapter: "symfony_workflow" - - - php: "8.2" - symfony: "^6.4" - sylius: "~1.14.0" - database: "postgres" - postgres: "15.8" - node: "20.x" - wkhtmltopdf: false - state_machine_adapter: "symfony_workflow" env: APP_ENV: test