mirror of
https://github.com/actions/runner-images.git
synced 2026-01-08 11:30:49 +08:00
[Windows] pin mysql release version in toolset (#4590)
This commit is contained in:
@@ -421,8 +421,9 @@
|
||||
"node": {
|
||||
"default": "16"
|
||||
},
|
||||
"Mysql": {
|
||||
"version": "5.7"
|
||||
"mysql": {
|
||||
"major_version": "5.7",
|
||||
"full_version": "5.7.35"
|
||||
},
|
||||
"mongodb": {
|
||||
"version": "5.0"
|
||||
|
||||
Reference in New Issue
Block a user