Skip to content

Commit 9f70e99

Browse files
committed
ci: drop ramsey/composer-install for plain composer update
1 parent 75ed5be commit 9f70e99

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@994bb194a4fefcf39449ccf0f7766a4318f1ac76 # v1
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: Unit Tests
4441
run: vendor/bin/pest --colors=always

0 commit comments

Comments
 (0)