Skip to content

Commit 6edd8c2

Browse files
authored
chore: upgrade also dama when upgrading phpunit version (#839)
1 parent 8e87a97 commit 6edd8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ SHOULD_UPDATE_PHPUNIT=$(check_phpunit_version "${PHPUNIT_VERSION}")
3535

3636
if [ "${SHOULD_UPDATE_PHPUNIT}" = "0" ]; then
3737
echo "ℹ️ Upgrading PHPUnit to ${PHPUNIT_VERSION}"
38-
composer update brianium/paratest "phpunit/phpunit:^${PHPUNIT_VERSION}" -W
38+
composer update dama/doctrine-test-bundle brianium/paratest "phpunit/phpunit:^${PHPUNIT_VERSION}" -W
3939
fi
4040
### <<
4141

0 commit comments

Comments
 (0)