From 8f735ddfef0f62452d685e781a0a82370b45157d Mon Sep 17 00:00:00 2001 From: IDMarinas <35842929+idmarinas@users.noreply.github.com> Date: Fri, 29 Nov 2024 17:37:45 +0100 Subject: [PATCH] Updated steps --- .github/workflows/php.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 6b03e72..75d4f5c 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -29,12 +29,14 @@ jobs: symfony: '7.1.*' steps: - - name: Checkout - uses: actions/checkout@master + - 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 with: