feat: Support MySQL v8.4.2 (#1934)

This commit is contained in:
wanghe
2024-08-15 14:33:28 +08:00
committed by GitHub
parent e57dd0da3a
commit a64ed00579
5 changed files with 66 additions and 3 deletions
+3 -3
View File
@@ -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"],