diff --git a/.circleci/config.yml b/.circleci/config.yml index edb010e442f..076772c419e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,9 +68,10 @@ jobs: - run: name: Analyse PHPUnit command: bin/test-with-real-projects.sh phpunit - - run: - name: Analyse Psl - command: bin/test-with-real-projects.sh psl + # 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 Collections command: bin/test-with-real-projects.sh collections