feat: 支持 MariaDB 11.3.2 版本 (#1289)

This commit is contained in:
wanghe
2024-04-23 16:23:58 +08:00
committed by GitHub
parent ea69e74712
commit 6a9d7fd1d0
4 changed files with 75 additions and 0 deletions
+8
View File
@@ -66,6 +66,14 @@
"matchFileNames": ["apps/mongodb/6.*/*.yml"],
"allowedVersions": "/^6.*/"
},
{
"matchFileNames": ["apps/mariadb/10.*/*.yml"],
"allowedVersions": "/^10.*/"
},
{
"matchFileNames": ["apps/mariadb/11.*/*.yml"],
"allowedVersions": "/^11.*/"
},
{
"matchFileNames": ["apps/mongodb/7.*/*.yml"],
"allowedVersions": "/^7.*/"