mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17176] Remove special handling for PHP 8 in github actions
PHPBB3-17176
This commit is contained in:
parent
d5e311282e
commit
db2669b3cb
1 changed files with 0 additions and 5 deletions
5
.github/setup-phpbb.sh
vendored
5
.github/setup-phpbb.sh
vendored
|
@ -28,9 +28,4 @@ fi
|
|||
|
||||
cd phpBB
|
||||
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 ..
|
||||
|
|
Loading…
Add table
Reference in a new issue