Skip to content

Commit 29056c8

Browse files
committed
Run composer update
1 parent cb81d1f commit 29056c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
extensions: pdo_sqlite
2828

2929
- name: Install Dependencies
30-
run: composer install
30+
run: composer update
3131

3232
- name: Run phpunit tests
3333
run: |

0 commit comments

Comments
 (0)