Skip to content

Commit bf2d63b

Browse files
committed
Init migration process to php-collective
1 parent 80c9f3a commit bf2d63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if [[ ${{ matrix.prefer-lowest == 'prefer-lowest' }} ]]; then
2828
composer update --prefer-lowest --prefer-stable
2929
else
30-
composer install
30+
composer update
3131
fi
3232
3333
- name: Run PHPUnit

0 commit comments

Comments
 (0)