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 a23efd9 commit 29b43b4Copy full SHA for 29b43b4
.github/workflows/test-ci.yml
@@ -32,7 +32,7 @@ jobs:
32
if: ${{ matrix.php-versions == '8.0' }}
33
run: |
34
composer self-update
35
- composer install --no-interaction --prefer-source --no-dev
+ composer install --no-interaction --prefer-source --dev
36
37
38
- name: Run cases
0 commit comments