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

Commit c1c63eb

Browse files
authored
Merge pull request #99 from Codeception/fix-ci
CI: Use any compatible version of module-asserts
2 parents b0c06ab + b06324c commit c1c63eb

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)