Skip to content

Commit 9c98600

Browse files
committed
sudo
1 parent ebacf4a commit 9c98600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile-extension-redis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [[ $VERSION =~ ^8 || $VERSION =~ ^master$ || $VERSION =~ snapshot$ ]]; then
1515
elif [[ $VERSION =~ ^7 ]]; then
1616
pecl_install redis
1717
else
18-
pecl_install redis-6.0.2
18+
pecl_install redis-2.2.8
1919
fi
2020

2121
travis_time_finish

0 commit comments

Comments
 (0)