Skip to content

Commit 64e2338

Browse files
committed
Issue #67: Implement MariaDB/PostgreSQL connection
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 83dfacc commit 64e2338

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.laminas-ci.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"--no-scripts"
44
],
55
"extensions": [
6-
"redis",
7-
"swoole"
6+
"redis"
87
],
98
"ignore_php_platform_requirements": {
109
}

.laminas-ci/pre-run.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
JOB=$3
2+
PHP_VERSION=$(echo "${JOB}" | jq -r '.php')
3+
4+
apt update
5+
apt install -y "php${PHP_VERSION}-swoole"

0 commit comments

Comments
 (0)