Skip to content

Commit c377d9c

Browse files
committed
#2 Fix sinatllatioin of composer dependencies
1 parent aa9b4ea commit c377d9c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
File renamed without changes.

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
3636
- name: Install dependencies
3737
run: |
38-
composer install --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-progress --no-scripts
39-
env:
40-
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
38+
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
4139
4240
- name: Execute tests
4341
run: composer test

0 commit comments

Comments
 (0)