Skip to content

Commit cc6a032

Browse files
committed
update php8 redis
1 parent 7125dfc commit cc6a032

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

services/php80/extensions/install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ isPhpVersionGreaterOrEqual()
5252
# Install extension from package file(.tgz),
5353
# For example:
5454
#
55-
# installExtensionFromTgz redis-5.2.2
55+
# installExtensionFromTgz redis-6.0.2
5656
#
5757
# Param 1: Package name with version
5858
# Param 2: enable options
@@ -532,7 +532,7 @@ fi
532532

533533
if [[ -z "${EXTENSIONS##*,redis,*}" ]]; then
534534
echo "---------- Install redis ----------"
535-
installExtensionFromTgz redis-5.3.7
535+
installExtensionFromTgz redis-6.0.2
536536
fi
537537

538538
if [[ -z "${EXTENSIONS##*,apcu,*}" ]]; then
-269 KB
Binary file not shown.
357 KB
Binary file not shown.

0 commit comments

Comments
 (0)