Skip to content

Commit f6e028a

Browse files
committed
install redis using pecl
Signed-off-by: sergiu <[email protected]>
1 parent 822ced6 commit f6e028a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.laminas-ci/pre-run.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ COMMAND=$(echo "${JOB}" | jq -r '.command')
44

55
echo "Running pre-run $COMMAND"
66

7-
apt-get install -y php"${PHP_VERSION}"-redis
7+
apt-get install -y php-dev php-pear
8+
pecl install redis
9+
echo "extension=redis.so" | sudo tee -a /etc/php/${PHP_VERSION}/cli/php.ini

0 commit comments

Comments
 (0)