Limit CURL version to anything before 8.10.0 for now.

This commit is contained in:
Patrick 2024-11-20 20:19:55 +01:00
parent 4be8f387dc
commit e747d6d3f7

View File

@ -13,6 +13,7 @@
},
"curl":
{
"condition": "getenv('MIJIN_ENABLE_CURL')"
"condition": "getenv('MIJIN_ENABLE_CURL')",
"max": [8, 9, 1]
}
}