Merge branch '4.4' into 5.2

* 4.4:
  fix tests (quater)
  bump ext-mongodb
This commit is contained in:
Nicolas Grekas 2021-06-07 18:36:35 +02:00
commit ed17193926

View File

@ -120,7 +120,7 @@ before_install:
# php.ini configuration
(
for PHP in $TRAVIS_PHP_VERSION $php_extra; do
phpenv global $PHP 2>/dev/null || (cd / && wget https://storage.googleapis.com/travis-ci-language-archives/php/binaries/ubuntu/18.04/x86_64/php-$PHP.tar.bz2 -O - | tar -xj) &
(cd / && wget https://storage.googleapis.com/travis-ci-language-archives/php/binaries/ubuntu/18.04/x86_64/php-$PHP.tar.bz2 -O - | tar -xj) &
done
wait
)
@ -155,7 +155,7 @@ before_install:
tfold ext.apcu tpecl apcu-5.1.19 apcu.so $INI
tfold ext.igbinary tpecl igbinary-3.1.6 igbinary.so $INI
tfold ext.redis tpecl redis-5.2.3 redis.so $INI "no"
tfold ext.mongodb tpecl mongodb-1.9.1 mongodb.so $INI
tfold ext.mongodb tpecl mongodb-1.10.0alpha1 mongodb.so $INI
done
install: