From d644aedc51dbef2c3d638343cfc82553f9211f16 Mon Sep 17 00:00:00 2001 From: core23 Date: Sun, 9 Feb 2025 18:29:22 +0100 Subject: [PATCH] Remove ci pipeline overrides --- .github/workflows/continuous-integration.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 81016cf8..411cf90f 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -13,6 +13,5 @@ jobs: uses: "nucleos/actions/.github/workflows/continuous-integration.yml@main" with: PHP_EXTENSIONS: "mbstring, json" - SYMFONY_VERSIONS: "6.4,7.0" secrets: CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"