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:
commit
f327c986d0
@ -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
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user