Merge branch 'next-minor' into develop
Some checks are pending
CI / test (mysql, cucumber, 3.2) (push) Waiting to run
CI / test (mysql, cucumber, 3.3) (push) Waiting to run
CI / test (mysql, other, 3.2) (push) Waiting to run
CI / test (mysql, other, 3.3) (push) Waiting to run
CI / test (postgresql, cucumber, 3.2) (push) Waiting to run
CI / test (postgresql, cucumber, 3.3) (push) Waiting to run
CI / test (postgresql, other, 3.2) (push) Waiting to run
CI / test (postgresql, other, 3.3) (push) Waiting to run
Some checks are pending
CI / test (mysql, cucumber, 3.2) (push) Waiting to run
CI / test (mysql, cucumber, 3.3) (push) Waiting to run
CI / test (mysql, other, 3.2) (push) Waiting to run
CI / test (mysql, other, 3.3) (push) Waiting to run
CI / test (postgresql, cucumber, 3.2) (push) Waiting to run
CI / test (postgresql, cucumber, 3.3) (push) Waiting to run
CI / test (postgresql, other, 3.2) (push) Waiting to run
CI / test (postgresql, other, 3.3) (push) Waiting to run
This commit is contained in:
commit
37096d9c88
1 changed files with 3 additions and 2 deletions
|
|
@ -45,10 +45,11 @@ services:
|
|||
POSTGRES_PASSWORD: postgres
|
||||
|
||||
mysql:
|
||||
image: mariadb:10.9
|
||||
image: mariadb:lts
|
||||
ports:
|
||||
- 53306:3306
|
||||
volumes:
|
||||
- mysql_data:/var/lib/mysql
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: mysql
|
||||
MARIADB_ROOT_PASSWORD: mysql
|
||||
MARIADB_AUTO_UPGRADE: 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue