From d5a05f1b30fa5aa3d1a06f30c87dd5fdb3c7c451 Mon Sep 17 00:00:00 2001 From: Nyholm Date: Thu, 25 Feb 2021 17:35:56 +0100 Subject: [PATCH] Make sure the Psalm review CI job is working --- .github/workflows/psalm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index 3910d569d6..11027c374e 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -56,7 +56,7 @@ jobs: run: | cd base echo "::group::modify composer.json" - sed -i -re 's/"replace": \{/"replace": \{"symfony\/phpunit-bridge": "self.version",/' composer.json + composer remove symfony/phpunit-bridge --no-interaction --no-update composer require --no-update phpunit/phpunit php-http/discovery psr/event-dispatcher echo "::endgroup::" echo "::group::composer update" @@ -76,7 +76,7 @@ jobs: run: | cd pr echo "::group::modify composer.json" - sed -i -re 's/"replace": \{/"replace": \{"symfony\/phpunit-bridge": "self.version",/' composer.json + composer remove symfony/phpunit-bridge --no-interaction --no-update composer require --no-update phpunit/phpunit php-http/discovery psr/event-dispatcher echo "::endgroup::" echo "::group::composer update"