Limit CURL version to anything before 8.10.0 for now.
This commit is contained in:
parent
4be8f387dc
commit
e747d6d3f7
@ -13,6 +13,7 @@
|
||||
},
|
||||
"curl":
|
||||
{
|
||||
"condition": "getenv('MIJIN_ENABLE_CURL')"
|
||||
"condition": "getenv('MIJIN_ENABLE_CURL')",
|
||||
"max": [8, 9, 1]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user