From 73b5c9fb41bd812043522baf76ac06a7636ce60b Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Thu, 4 Nov 2021 09:28:18 -0400 Subject: [PATCH] Remove PSL from CircleCI tests until it's fixed upstream --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index edb010e44..45df268be 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,9 +68,6 @@ 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 - run: name: Analyse Collections command: bin/test-with-real-projects.sh collections