Skip to content
Snippets Groups Projects
Commit d2046d5f authored by Erick Hitter's avatar Erick Hitter
Browse files

PECL Redis 2.2.8 was the last version to support PHP 5.x

parent 606d009f
Branches
No related tags found
1 merge request!22Create variant for testing Redis-related plugins
......@@ -16,5 +16,10 @@ before_script:
- composer global require yoast/phpunit-polyfills
# PECL Redis module
- pecl install redis
- |
if [[ $(php -v) =~ "PHP 5.6" ]]; then
pecl install redis-2.2.8
elif
pecl install redis
fi
- echo "extension=redis.so" > /usr/local/etc/php/conf.d/redis.ini
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment