Skip to content

Commit 9df6d09

Browse files
authored
Update tests.yml
1 parent 9cd5b7f commit 9df6d09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs: # Docs: <https://help.github.com/en/articles/workflow-syntax-for-github-ac
4040
with:
4141
php-version: ${{ matrix.php }}
4242
extensions: mbstring, pdo, pdo_sqlite, sqlite3 # definition is required for php 7.4
43+
tools: composer:v1 # TODO update composer up to v2
4344

4445
- name: Get Composer Cache Directory # Docs: <https://github.com/actions/cache/blob/master/examples.md#php---composer>
4546
id: composer-cache

0 commit comments

Comments
 (0)