We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e12434 commit a20bf5eCopy full SHA for a20bf5e
bin/compile-extension-redis
@@ -15,7 +15,7 @@ if [[ $VERSION =~ ^8 || $VERSION =~ ^master$ || $VERSION =~ snapshot$ ]]; then
15
elif [[ $VERSION =~ ^7 ]]; then
16
pecl_install redis
17
else
18
- pecl_install redis-2.2.8
+ pecl_install redis-6.0.2
19
fi
20
21
travis_time_finish
0 commit comments