Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 0d7c0f0

Browse files
authored
Merge branch 'Codeception:9.0' into jakubvojacek-patch-1
2 parents cf9f05c + c1c63eb commit 0d7c0f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
composer update
2929
php ./vendor/bin/robo prepare:dependencies
30-
composer update
30+
composer update --prefer-source
3131
php ./vendor/bin/robo prepare:tests
3232
php ./vendor/bin/robo prepare:test-autoloading
3333
composer dump-autoload

RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function prepareDependencies()
1313

1414
$config['name'] = 'codeception/phpunit-wrapper-test';
1515
$config['require-dev']['codeception/codeception'] = getenv('CODECEPTION_VERSION');
16-
$config['require-dev']['codeception/module-asserts'] = 'dev-master';
16+
$config['require-dev']['codeception/module-asserts'] = '*';
1717
$config['require-dev']['codeception/module-cli'] = '*';
1818
$config['require-dev']['codeception/module-db'] = '*';
1919
$config['require-dev']['codeception/module-filesystem'] = '*';

0 commit comments

Comments
 (0)