mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 07:58:56 +02:00
[ticket/16549] update dependencies for nightly tests
PHPBB3-16549
This commit is contained in:
parent
aceeb30463
commit
fa9bfce4f6
@ -38,9 +38,6 @@ services:
|
|||||||
groupposition.teampage:
|
groupposition.teampage:
|
||||||
synthetic: true
|
synthetic: true
|
||||||
|
|
||||||
groupposition.teampage:
|
|
||||||
synthetic: true
|
|
||||||
|
|
||||||
text_formatter.s9e.factory:
|
text_formatter.s9e.factory:
|
||||||
synthetic: true
|
synthetic: true
|
||||||
|
|
||||||
|
@ -38,4 +38,11 @@ fi
|
|||||||
|
|
||||||
cd phpBB
|
cd phpBB
|
||||||
php ../composer.phar install --dev --no-interaction
|
php ../composer.phar install --dev --no-interaction
|
||||||
|
if [ "$TRAVIS_PHP_VERSION" == "nightly" ]
|
||||||
|
then
|
||||||
|
php ../composer.phar config minimum-stability dev \
|
||||||
|
&& php ../composer.phar config prefer-stable true \
|
||||||
|
&& php ../composer.phar remove phpunit/dbunit --dev --update-with-dependencies \
|
||||||
|
&& php ../composer.phar require symfony/yaml:~4.4 misantron/dbunit:~5.0 phpunit/phpunit:^9.3 --dev --update-with-dependencies --ignore-platform-reqs
|
||||||
|
fi
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user