mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
feat: 支持 MariaDB 11.3.2 版本 (#1289)
This commit is contained in:
@@ -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.*/"
|
||||
|
||||
Reference in New Issue
Block a user