Skip to content

Commit e2fe19b

Browse files
committed
Fix workflow
1 parent 787e89a commit e2fe19b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
4040
restore-keys: ${{ runner.os }}-composer-
4141
- name: Install dependencies
42-
run: composer install --prefer-dist --prefer-stable --no-progress --no-suggest --ignore-platform-reqs
42+
run: composer update --prefer-dist --prefer-stable --no-progress --no-suggest --ignore-platform-reqs
4343

4444
- name: Run test suite
4545
run: php vendor/bin/phpunit --configuration phpunit.ci.xml

0 commit comments

Comments
 (0)