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 97d3692 commit 8f735dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8f735dd

Please sign in to comment.