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