Skip to content

Commit d49d23b

Browse files
committed
change composer command
1 parent 7ab5b5c commit d49d23b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
${{ runner.os }}-php${{ matrix.php-version }}-
4343
4444
- name: Install dependencies
45-
run: composer install --prefer-dist --no-progress --no-scripts
45+
run: composer update --prefer-dist --no-progress --no-scripts
4646

4747
- name: PHPUnit
4848
run: php -d xdebug.mode=coverage vendor/bin/phpunit --log-junit junit.xml

0 commit comments

Comments
 (0)