From dbfc5391f974473dc08430f0a4731c56bdbb7527 Mon Sep 17 00:00:00 2001 From: IDMarinas <35842929+idmarinas@users.noreply.github.com> Date: Fri, 29 Nov 2024 17:20:21 +0100 Subject: [PATCH] Updated steps --- .github/workflows/php.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 93c026b..75d4f5c 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -30,6 +30,12 @@ jobs: steps: - uses: actions/checkout@master + if: matrix.php == '8.0' && matrix.symfony == '5.4.*' + with: + fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis + + - uses: actions/checkout@master + if: matrix.symfony != '5.4.*' - name: Setup PHP ${{ matrix.php }} uses: shivammathur/setup-php@v2