Explorar o código

:sparkles: will this work?

codemasher %!s(int64=5) %!d(string=hai) anos
pai
achega
2f6a954e85
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  1. 1 5
      .github/workflows/tests.yml

+ 1 - 5
.github/workflows/tests.yml

@@ -74,12 +74,8 @@ jobs:
       - name: "Checkout"
       - name: "Checkout"
         uses: actions/checkout@v2
         uses: actions/checkout@v2
 
 
-      - name: "Install ext-ast"
-        run: php7.4 pecl install ast-1.0.6
-
       - name: "Install locked dependencies with composer"
       - name: "Install locked dependencies with composer"
         run: php7.4 $(which composer) install --no-interaction --no-progress --no-suggest
         run: php7.4 $(which composer) install --no-interaction --no-progress --no-suggest
 
 
       - name: "Run phan"
       - name: "Run phan"
-        run: php7.4 vendor/bin/phan
-
+        run: php7.4 vendor/bin/phan --allow-polyfill-parser