We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd5b7f commit 9df6d09Copy full SHA for 9df6d09
.github/workflows/tests.yml
@@ -40,6 +40,7 @@ jobs: # Docs: <https://help.github.com/en/articles/workflow-syntax-for-github-ac
40
with:
41
php-version: ${{ matrix.php }}
42
extensions: mbstring, pdo, pdo_sqlite, sqlite3 # definition is required for php 7.4
43
+ tools: composer:v1 # TODO update composer up to v2
44
45
- name: Get Composer Cache Directory # Docs: <https://github.com/actions/cache/blob/master/examples.md#php---composer>
46
id: composer-cache
0 commit comments