Skip to content

Commit 07b6efb

Browse files
minor symfony#40308 Make sure the Psalm review CI job is working (Nyholm)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- Make sure the Psalm review CI job is working | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | This PR is just a test to make sure psalm works as expected. EDIT: It also fixes issues.. Commits ------- d5a05f1 Make sure the Psalm review CI job is working
2 parents 890ada4 + d5a05f1 commit 07b6efb

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)