File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1111os : linux
1212dist : bionic
1313language : php
14+ sudo : true
1415
1516services :
1617 - memcached
2930 - php : nightly
3031
3132before_install :
33+ - sudo apt remove cmake
34+ - pip install cmake --upgrade
3235# Memcached is not yet available for PHP8 (hasn't been updated since 2019): https://pecl.php.net/package/memcached
3336# Memcache however seems to be compatible with PHP 7 and 8: https://pecl.php.net/package/memcache
3437#
@@ -40,7 +43,7 @@ before_install:
4043 yes | pecl install -f mongodb-stable;
4144 yes | pecl install -f apcu-stable || true;
4245 yes | pecl install -f memcache;
43- yes | pecl install -f couchbase-stable ;
46+ yes | pecl install -f couchbase-3.2.2 ;
4447 - |
4548 if [[ $TRAVIS_PHP_VERSION == "8."* || $TRAVIS_PHP_VERSION == "nightly" ]]; then
4649 phpenv config-add bin/ci/php8_phpfastcache.ini;
You can’t perform that action at this time.
0 commit comments