From e3a04ee8765ae0543ccdca0fa24e9881bb53cf24 Mon Sep 17 00:00:00 2001 From: adumont-payplug Date: Fri, 5 Jun 2026 11:01:30 +0200 Subject: [PATCH] PRE-3224: update symfony compatibility versions --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acb45390..b1616306 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,10 +16,12 @@ jobs: needs: [quality] if: github.base_ref == 'develop' uses: payplug/template-ci/.github/workflows/sylius_phpunit.yml@main + with: + symfony-versions: '["7.3"]' sonarcloud: if: always() && !failure() && !cancelled() && github.base_ref == 'develop' - needs: sylius-matrix + needs: [sylius-matrix] uses: payplug/template-ci/.github/workflows/sonarcloud.yml@main with: project-name: 'github-payplug-payplug-syliuspayplugplugin'