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

This commit is contained in:
Benjamin Neff 2024-09-05 01:39:56 +02:00
commit 37096d9c88
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -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