Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit 1d5c89f

Browse files
authored
lock redis extension to 3.1.6. 4.0.0 has breaking changes (#424)
1 parent f2fc4b1 commit 1d5c89f

File tree

1 file changed

+1
-1
lines changed
  • deb-package-builder/extensions/redis

1 file changed

+1
-1
lines changed

deb-package-builder/extensions/redis/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ echo "Building redis for gcp-php${SHORT_VERSION}"
99
PNAME="gcp-php${SHORT_VERSION}-redis"
1010

1111
# Download the source
12-
download_from_pecl redis
12+
download_from_pecl redis 3.1.6
1313

1414
build_package redis

0 commit comments

Comments
 (0)