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 cb81d1f commit 29056c8Copy full SHA for 29056c8
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
extensions: pdo_sqlite
28
29
- name: Install Dependencies
30
- run: composer install
+ run: composer update
31
32
- name: Run phpunit tests
33
run: |
0 commit comments