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: