ci: use mariadb 10.6 (#33220)

https://github.com/frappe/frappe/pull/19116

[skip ci]
This commit is contained in:
Ankush Menat
2022-12-06 12:58:07 +05:30
committed by GitHub
parent 01b84a9751
commit d23b5d8f2f
4 changed files with 10 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ jobs:
mysql:
image: mariadb:10.3
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

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