We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09485e3 + 62f25bf commit f82a1faCopy full SHA for f82a1fa
1 file changed
.github/workflows/php.yml
@@ -28,7 +28,7 @@ jobs:
28
${{ runner.os }}-php-
29
30
- name: Install dependencies
31
- run: composer install --prefer-dist --no-progress
+ run: COMPOSER_ROOT_VERSION=1.3.x-dev composer install --prefer-dist --no-progress
32
33
- name: Run test suite
34
run: php vendor/bin/unitary
0 commit comments