mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
feat: Support MySQL v8.4.2 (#1934)
This commit is contained in:
+3
-3
@@ -28,11 +28,11 @@
|
||||
},
|
||||
{
|
||||
"matchFileNames": ["apps/mysql/8.0.*/*.yml"],
|
||||
"allowedVersions": "<8.1"
|
||||
"allowedVersions": "/^8.0.*/"
|
||||
},
|
||||
{
|
||||
"matchFileNames": ["apps/mysql/8.2.*/*.yml"],
|
||||
"allowedVersions": ">=8.2"
|
||||
"matchFileNames": ["apps/mysql/8.4.*/*.yml"],
|
||||
"allowedVersions": "/^8.4.*/"
|
||||
},
|
||||
{
|
||||
"matchFileNames": ["apps/elasticsearch/7.*/*.yml"],
|
||||
|
||||
Reference in New Issue
Block a user