Skip to content

Commit 6d0fce8

Browse files
committed
ci: drop ramsey/composer-install for plain composer update
1 parent 9ad92af commit 6d0fce8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ jobs:
3535
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
3636
3737
- name: Install PHP dependencies
38-
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v2
39-
with:
40-
dependency-versions: ${{ matrix.dependency-version }}
41-
composer-options: "--prefer-dist"
38+
run: composer update --prefer-dist --no-interaction ${{ matrix.dependency-version == 'lowest' && '--prefer-lowest' || '' }}
4239

4340
- name: Run Tests
4441
run: vendor/bin/pest --colors=always

0 commit comments

Comments
 (0)