Skip to content

Commit

Permalink
fix: fix sed
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristoforo Cervino committed Oct 12, 2023
1 parent 03e9944 commit 69386f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ 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\/(?!clock)(.+)": "(.+)"/"symfony\/\1": "${{ 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 69386f9

Please sign in to comment.