From 7e262651b0cef88445c5735fd9e61d8f2611a4cb Mon Sep 17 00:00:00 2001 From: Nathaniel Hammond Date: Fri, 12 Jun 2026 09:26:52 +0100 Subject: [PATCH] fix syntax warning --- .github/workflows/codecept.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecept.yml b/.github/workflows/codecept.yml index d061bde..c5b565c 100644 --- a/.github/workflows/codecept.yml +++ b/.github/workflows/codecept.yml @@ -126,5 +126,5 @@ jobs: run: ${{ env.TEST_COMMAND }} # Only upload code coverage in specific scenarios - name: Upload coverage to Codecov - if: ${{ (matrix.php-versions == '8.1' || matrix.php-versions == '8.2') && matrix.db == 'mysql' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop') }}}} + if: ${{ (matrix.php-versions == '8.1' || matrix.php-versions == '8.2') && matrix.db == 'mysql' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop') }} uses: codecov/codecov-action@v2