Skip to content

Commit 2122684

Browse files
authored
Update php.yml
1 parent 43e14b2 commit 2122684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
${{ runner.os }}-php-
3131
3232
- name: Install dependencies
33-
run: composer install --prefer-dist --no-progress
33+
run: composer update --prefer-dist --no-progress
3434

3535
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
3636
# Docs: https://getcomposer.org/doc/articles/scripts.md

0 commit comments

Comments
 (0)