Skip to content

Commit 69de4d2

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: run tests against doctrine/persistence 2.1
2 parents dc9648a + 00764dd commit 69de4d2

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)