1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Merge pull request #6766 from azjezz/chore/update-psl

chore(ci): update psl version used in e2e tests
This commit is contained in:
orklah 2021-11-06 11:20:55 +01:00 committed by GitHub
commit f327c986d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
;;