We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad92af commit 6d0fce8Copy full SHA for 6d0fce8
1 file changed
.github/workflows/tests.yml
@@ -35,10 +35,7 @@ jobs:
35
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
36
37
- name: Install PHP dependencies
38
- uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v2
39
- with:
40
- dependency-versions: ${{ matrix.dependency-version }}
41
- composer-options: "--prefer-dist"
+ run: composer update --prefer-dist --no-interaction ${{ matrix.dependency-version == 'lowest' && '--prefer-lowest' || '' }}
42
43
- name: Run Tests
44
run: vendor/bin/pest --colors=always
0 commit comments