Skip to content

Commit f82a1fa

Browse files
committed
Merge branch 'develop'
2 parents 09485e3 + 62f25bf commit f82a1fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
${{ runner.os }}-php-
2929
3030
- name: Install dependencies
31-
run: composer install --prefer-dist --no-progress
31+
run: COMPOSER_ROOT_VERSION=1.3.x-dev composer install --prefer-dist --no-progress
3232

3333
- name: Run test suite
3434
run: php vendor/bin/unitary

0 commit comments

Comments
 (0)