8000 Make sure the Psalm review CI job is working · symfony/symfony@d5a05f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit d5a05f1

Browse files
Nyholmnicolas-grekas
authored andcommitted
Make s 8000 ure the Psalm review CI job is working
1 parent 890ada4 commit d5a05f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/psalm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
cd base
5858
echo "::group::modify composer.json"
59-
sed -i -re 's/"replace": \{/"replace": \{"symfony\/phpunit-bridge": "self.version",/' composer.json
59+
composer remove symfony/phpunit-bridge --no-interaction --no-update
6060
composer require --no-update phpunit/phpunit php-http/discovery psr/event-dispatcher
6161
echo "::endgroup::"
6262
echo "::group::composer update"
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
cd pr
7878
echo "::group::modify composer.json"
79-
sed -i -re 's/"replace": \{/"replace": \{"symfony\/phpunit-bridge": "self.version",/' composer.json
79+
composer remove symfony/phpunit-bridge --no-interaction --no-update
8080
composer require --no-update phpunit/phpunit php-http/discovery psr/event-dispatcher
8181
echo "::endgroup::"
8282
echo "::group::composer update"

0 commit comments

Comments
 (0)
0