fix(manifest): check_that_app_passes_slim_validation_for_cloud
">=x.y" syntax is not supported
This commit is contained in:
parent
fd161d8b84
commit
d5c2348beb
|
@ -47,8 +47,8 @@
|
|||
"incompatibleApps": null,
|
||||
"platformRequirements": {
|
||||
"splunk": {
|
||||
"Enterprise": ">=9.0",
|
||||
"Free": ">=9.0"
|
||||
"Enterprise": "*",
|
||||
"Free": "*"
|
||||
}
|
||||
},
|
||||
"supportedDeployments": [
|
||||
|
|
Loading…
Reference in New Issue