[ticket/17176] Remove special handling for PHP 8 in github actions

PHPBB3-17176
This commit is contained in:
Marc Alexander 2023-08-19 14:00:18 +02:00
parent d5e311282e
commit db2669b3cb
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -28,9 +28,4 @@ fi
cd phpBB cd phpBB
php ../composer.phar install --dev --no-interaction php ../composer.phar install --dev --no-interaction
if [[ "$PHP_VERSION" =~ ^nightly$ || "$PHP_VERSION" =~ ^8 ]]
then
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 doctrine/instantiator:^1.4 --dev --update-with-all-dependencies --ignore-platform-reqs
fi
cd .. cd ..