Skip to content

Commit 4496f34

Browse files
exaby73transistive
authored andcommitted
fix: Add caret to sed script
1 parent 607cd75 commit 4496f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/setup-symfony-env.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function install-specified-symfony-version {
2424
rm composer.lock || true
2525
rm -Rf vendor || true
2626
# Replace the Symfony version in composer.json
27-
sed -i 's/\^5.4 || \^6.0 || \^7.0/'$symfony_version'/g' composer.json
27+
sed -i 's/\^5.4 || \^6.0 || \^7.0/\^'$symfony_version'/g' composer.json
2828
# Install the specified Symfony version
2929
composer install
3030
}

0 commit comments

Comments
 (0)