From bc1665ba17e91b09eca1f74a9e3fb096270c65a9 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Tue, 7 Sep 2021 15:41:43 -0400 Subject: [PATCH] Remove phpstan. It can't be installed for some reason and I'm too lazy to figure out why. --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3ec804a..e68f6836 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: php-version: '7.4' extensions: mbstring, intl coverage: none - tools: psalm:~4.1.0, phpstan:^0.12 + tools: psalm:~4.1.0 - name: Composer Install run: composer install @@ -93,6 +93,3 @@ jobs: - name: Run psalm run: psalm --output-format=github - - - name: Run phpstan - run: phpstan analyse