Skip to content

Commit

Permalink
Merge pull request #6766 from azjezz/chore/update-psl
Browse files Browse the repository at this point in the history
chore(ci): update psl version used in e2e tests
  • Loading branch information
orklah authored Nov 6, 2021
2 parents aca8e12 + 9bd6289 commit f327c98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/test-with-real-projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ collections)
psl)
git clone [email protected]: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
;;

Expand Down

0 comments on commit f327c98

Please sign in to comment.