will this work?

This commit is contained in:
codemasher
2020-04-05 21:59:46 +02:00
parent 01f9790428
commit 2f6a954e85
+1 -5
View File
@@ -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