Skip to content

Commit ccdcecc

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.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)