Travis CI: PHP 7.2 don't support Argon2i
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I've an error in my project with Travis CI: Argon2i algorithm is not supported. Please install the libsodium extension or upgrade to PHP 7.2+. But, Argon2i is present in the PHP 7.2 version and Travis CI install the PHP 7.2 version: $ phpenv global 7.2 2>/dev/null 7.2 is not pre-installed; installing Downloading archive: https://s3.amazonaws.com/travis-php-archives/binaries/ubuntu/14.04/x86_64/php-7.2.tar.bz2 $ curl -s -o archive.tar.bz2 $archive_url && tar xjf archive.tar.bz2 --directory / $ phpenv global 7.2 $ php --version PHP 7.2.0 (cli)