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 822ced6 commit f6e028aCopy full SHA for f6e028a
.laminas-ci/pre-run.sh
@@ -4,4 +4,6 @@ COMMAND=$(echo "${JOB}" | jq -r '.command')
4
5
echo "Running pre-run $COMMAND"
6
7
-apt-get install -y php"${PHP_VERSION}"-redis
+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