From 9bd6289ce53e2c21f729e0d0b6317c14a1b182b4 Mon Sep 17 00:00:00 2001 From: azjezz Date: Thu, 28 Oct 2021 05:50:44 +0100 Subject: [PATCH] chore(ci): update psl version used in e2e tests Signed-off-by: azjezz --- bin/test-with-real-projects.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/test-with-real-projects.sh b/bin/test-with-real-projects.sh index 5815e4443ad..4e9b1f9bb58 100755 --- a/bin/test-with-real-projects.sh +++ b/bin/test-with-real-projects.sh @@ -31,8 +31,9 @@ collections) psl) git clone git@github.com:psalm/endtoend-test-psl.git cd endtoend-test-psl - git checkout 1.6.x - composer install --ignore-platform-reqs + git checkout 1.9.x + composer require --dev php-standard-library/psalm-plugin --ignore-platform-reqs + cd tools/phpbench && composer install --ignore-platform-reqs && cd ../.. "$PSALM" --monochrome --config=tools/psalm/psalm.xml ;;