Skip to content

Commit 9e62c7a

Browse files
committed
install php-redis
Signed-off-by: sergiu <sergiubota@rospace.com>
1 parent 4bf3efc commit 9e62c7a

2 files changed

Lines changed: 7 additions & 10 deletions

File tree

.laminas-ci.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,5 @@
44
"--no-plugins"
55
],
66
"ignore_php_platform_requirements": {
7-
},
8-
"tools": {
9-
"php": {
10-
"extensions": ["redis"]
11-
}
127
}
13-
}
8+
}

.laminas-ci/pre-run.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
#!/bin/bash
1+
JOB=$3
2+
PHP_VERSION=$4
3+
COMMAND=$(echo "${JOB}" | jq -r '.command')
24

3-
# Due to the fact that we are disabling plugins when installing/updating/downgrading composer dependencies
4-
# we have to manually enable the coding standard here.
5-
composer enable-codestandard
5+
echo "Running pre-run $COMMAND"
6+
7+
apt-get install php-redis

0 commit comments

Comments
 (0)