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 ebacf4a commit 9c98600Copy full SHA for 9c98600
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-6.0.2
+ pecl_install redis-2.2.8
19
fi
20
21
travis_time_finish
0 commit comments