mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-14 04:30:29 +01:00
Merge pull request #6077 from rxu/ticket/16636
[ticket/16636] Add PHP 8.0 builds to TravisCI
This commit is contained in:
commit
cdd9600c60
@ -23,6 +23,8 @@ matrix:
|
||||
env: DB=mysqli
|
||||
- php: 7.4
|
||||
env: DB=mysqli;MYSQL8=1
|
||||
- php: 8.0snapshot
|
||||
env: DB=mysqli
|
||||
- php: nightly
|
||||
env: DB=mysqli
|
||||
allow_failures:
|
||||
|
@ -44,7 +44,7 @@ fi
|
||||
|
||||
cd phpBB
|
||||
php ../composer.phar install --dev --no-interaction
|
||||
if [ "$TRAVIS_PHP_VERSION" == "nightly" ]
|
||||
if [[ "$TRAVIS_PHP_VERSION" =~ ^nightly$ || "$TRAVIS_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 --dev --update-with-all-dependencies --ignore-platform-reqs
|
||||
|
Loading…
x
Reference in New Issue
Block a user