ci: add mariadb 10.2 to integration (#1068)

This commit is contained in:
Ariel Mashraki
2020-12-20 21:38:39 +02:00
committed by GitHub
parent 7e3d5fdfb5
commit 9860cfc2d8
2 changed files with 32 additions and 0 deletions

View File

@@ -128,6 +128,19 @@ jobs:
--health-start-period 10s
--health-timeout 5s
--health-retries 10
maria102:
image: mariadb:10.2.32
env:
MYSQL_DATABASE: test
MYSQL_ROOT_PASSWORD: pass
ports:
- 4307:3306
options: >-
--health-cmd "mysqladmin ping -ppass"
--health-interval 10s
--health-start-period 10s
--health-timeout 5s
--health-retries 10
postgres10:
image: postgres:10
env:
@@ -254,6 +267,19 @@ jobs:
--health-start-period 10s
--health-timeout 5s
--health-retries 10
maria102:
image: mariadb:10.2.32
env:
MYSQL_DATABASE: test
MYSQL_ROOT_PASSWORD: pass
ports:
- 4307:3306
options: >-
--health-cmd "mysqladmin ping -ppass"
--health-interval 10s
--health-start-period 10s
--health-timeout 5s
--health-retries 10
postgres10:
image: postgres:10
env: