Skip to content

Commit 00764dd

Browse files
committed
minor symfony#40946 [DoctrineBridge] run tests against doctrine/persistence 2.1 (xabbuh)
This PR was merged into the 5.2 branch. Discussion ---------- [DoctrineBridge] run tests against doctrine/persistence 2.1 | Q | A | ------------- | --- | Branch? | 5.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- c8916f2 run tests against doctrine/persistence 2.1
2 parents ef17a59 + c8916f2 commit 00764dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ install:
281281
elif [[ $deps = low ]]; then
282282
echo "$COMPONENTS" | parallel --gnu "tfold {} 'cd {} && $COMPOSER_UP --prefer-lowest --prefer-stable && $PHPUNIT_X'"
283283
else
284+
composer require --no-update doctrine/persistence:2.1.*
284285
if [[ $PHP = 8.0* ]]; then
285286
# add return types before running the test suite
286287
sed -i 's/"\*\*\/Tests\/"//' composer.json

0 commit comments

Comments
 (0)