Skip to content

Commit cc847e0

Browse files
committed
try to fix git action
1 parent 11a32f8 commit cc847e0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: Install dependencies
2121
run: composer install --prefer-dist --no-progress
2222

23+
- name: Update dependencies
24+
run: composer update
25+
2326
- name: Validate composer.json and composer.lock
2427
run: composer validate --strict
2528

0 commit comments

Comments
 (0)