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 49972ea commit ae233b3Copy full SHA for ae233b3
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Install dependencies
35
run: |
36
- composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --ignore-platform-reqs
+ composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
37
38
- name: Execute tests
39
run: vendor/bin/phpunit
0 commit comments