will this work?

This commit is contained in:
codemasher
2020-04-05 21:58:04 +02:00
parent 66dd5f49ca
commit 01f9790428
+3 -2
View File
@@ -69,13 +69,14 @@ jobs:
static-code-analysis:
name: "Static Code Analysis"
runs-on: ubuntu-latest
env:
extensions: ast
steps:
- 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