Skip to content

Commit 9ba2f5c

Browse files
authored
Update run-static-analysis.yml (#1131)
1 parent 5515cab commit 9ba2f5c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/run-static-analysis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16+
17+
- name: Setup PHP
18+
uses: shivammathur/setup-php@v2
19+
with:
20+
php-version: 7.4
21+
coverage: none
22+
extensions: pdo_sqlite
1623

1724
- name: Install dependencies
1825
run: composer install --prefer-dist --no-progress --no-suggest

0 commit comments

Comments
 (0)