From 2f6a954e85a95a363400a35fd29f364d06f741ea Mon Sep 17 00:00:00 2001 From: codemasher Date: Sun, 5 Apr 2020 21:59:46 +0200 Subject: [PATCH] :sparkles: will this work? --- .github/workflows/tests.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f31d4f69d..1608c6712 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -74,12 +74,8 @@ jobs: - name: "Checkout" uses: actions/checkout@v2 - - name: "Install ext-ast" - run: php7.4 pecl install ast-1.0.6 - - name: "Install locked dependencies with composer" run: php7.4 $(which composer) install --no-interaction --no-progress --no-suggest - name: "Run phan" - run: php7.4 vendor/bin/phan - + run: php7.4 vendor/bin/phan --allow-polyfill-parser