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 aa9b4ea commit c377d9cCopy full SHA for c377d9c
.github/workflows/dependabot.yml renamed to .github/dependabot.yml
.github/workflows/run-tests.yml
@@ -35,9 +35,7 @@ jobs:
35
36
- name: Install dependencies
37
run: |
38
- composer install --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-progress --no-scripts
39
- env:
40
- COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
+ composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
41
42
- name: Execute tests
43
run: composer test
0 commit comments