ci: use mariadb 10.6

https://github.com/frappe/frappe/pull/19116/files
This commit is contained in:
Ankush Menat
2022-12-05 16:22:39 +05:30
parent 66dbf94151
commit be9197b2e8
4 changed files with 10 additions and 11 deletions

View File

@@ -45,9 +45,9 @@ jobs:
services:
mysql:
image: mariadb:10.3
image: mariadb:10.6
env:
MYSQL_ALLOW_EMPTY_PASSWORD: YES
MARIADB_ROOT_PASSWORD: 'root'
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3