Skip to content

Commit

Permalink
fix: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristoforo Cervino committed Oct 12, 2023
1 parent 3c40ff8 commit f8f5563
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
php-version: ${{ matrix.php }}
- if: matrix.symfony == '5.4.*'
run: |
sed -ri 's/"symfony\/(?:clock)(.+)": "(.+)"/"symfony\/\1": "${{ matrix.symfony }}"/' composer.json;
sed -ri 's/"symfony\/framework-bundle": "(.+)"/"symfony\/framework-bundle": "${{ matrix.symfony }}"/' composer.json; &&
sed -ri 's/"symfony\/yaml": "(.+)"/"symfony\/yaml": "${{ matrix.symfony }}"/' composer.json;
- if: matrix.symfony != '5.4.*'
run: |
sed -ri 's/"symfony\/(.+)": "(.+)"/"symfony\/\1": "${{ matrix.symfony }}"/' composer.json;
Expand Down

0 comments on commit f8f5563

Please sign in to comment.