Explorar el Código

:sparkles: will this work?

codemasher hace 5 años
padre
commit
2f6a954e85
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. 1 5
      .github/workflows/tests.yml

+ 1 - 5
.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