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

Commit bc7bef4

Browse files
authored
CI: Use any compatible version of module-asserts
1 parent b0c06ab commit bc7bef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)