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 56f14e8 commit 491fc4eCopy full SHA for 491fc4e
.github/workflows/continuous-integration.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
timeout_minutes: 5
41
max_attempts: 5
42
- command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
+ command: COMPOSER_ROOT_VERSION=dev-master composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
43
44
- name: Execute tests
45
- run: vendor/bin/phpunit --verbose
+ run: vendor/bin/phpunit
0 commit comments