Skip to content

Commit

Permalink
Updated steps
Browse files Browse the repository at this point in the history
  • Loading branch information
idmarinas committed Nov 29, 2024
1 parent b189ab7 commit dbfc539
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbfc539

Please sign in to comment.