From 93921288d42401ddc4c70830c04181d0726c3f9d Mon Sep 17 00:00:00 2001 From: Borys Liutikov Date: Wed, 28 Aug 2024 16:05:57 +0300 Subject: [PATCH] feat(orc-3198): remove conditional --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 11b9703..ff10963 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -96,7 +96,7 @@ jobs: - name: Run codecov uses: codecov/codecov-action@v1 - if: matrix.coverage == 'xdebug' && matrix.php == '8.3' && matrix.symfony-versions == '^7.0' + if: matrix.coverage == 'xdebug' with: file: './coverage.xml' fail_ci_if_error: true