Skip to content

Commit

Permalink
chore: enable psl tests again
Browse files Browse the repository at this point in the history
Signed-off-by: azjezz <azjezz@protonmail.com>
  • Loading branch information
azjezz committed Feb 11, 2022
1 parent 29b856e commit 89f2069
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Expand Up @@ -71,10 +71,9 @@ jobs:
- run:
name: Analyse PHPUnit
command: bin/test-with-real-projects.sh phpunit
# PSL requires its own plugin that is not yet compatible with Psalm 5
# - run:
# name: Analyse Psl
# command: bin/test-with-real-projects.sh psl
- run:
name: Analyse Psl
command: bin/test-with-real-projects.sh psl
- run:
name: Analyse Collections
command: bin/test-with-real-projects.sh collections
Expand Down
2 changes: 1 addition & 1 deletion bin/test-with-real-projects.sh
Expand Up @@ -32,7 +32,7 @@ psl)
git clone git@github.com:psalm/endtoend-test-psl.git
cd endtoend-test-psl
git checkout 1.9.x
composer require --dev php-standard-library/psalm-plugin --ignore-platform-reqs
composer require --dev php-standard-library/psalm-plugin:^1.1.4 --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 89f2069

Please sign in to comment.