feat: 增加 mysql 8.0.36 版本 (#910)

This commit is contained in:
zhengkunwang
2024-02-05 12:00:07 +08:00
committed by GitHub
parent ae3c6eac73
commit 2ddc2efed5
4 changed files with 68 additions and 2 deletions
+6 -2
View File
@@ -27,8 +27,12 @@
"allowedVersions": "/^5.7.*/"
},
{
"matchFileNames": ["apps/mysql/8.*/*.yml"],
"allowedVersions": "/^8.*/"
"matchFileNames": ["apps/mysql/8.0.*/*.yml"],
"allowedVersions": "<8.1"
},
{
"matchFileNames": ["apps/mysql/8.2.*/*.yml"],
"allowedVersions": ">=8.2"
},
{
"matchFileNames": ["apps/elasticsearch/7.*/*.yml"],