Skip to content

Commit c036128

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

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.laminas-ci.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"--no-scripts"
44
],
55
"extensions": [
6-
"redis"
6+
"redis",
7+
"swoole"
78
],
89
"ignore_php_platform_requirements": {
910
}

.laminas-ci/pre-run.sh

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

0 commit comments

Comments
 (0)