move to 7.4 api by default
This commit is contained in:
@ -29,8 +29,9 @@
|
|||||||
"blanket": {
|
"blanket": {
|
||||||
"pattern": "specified in test/unit/coverage.js"
|
"pattern": "specified in test/unit/coverage.js"
|
||||||
},
|
},
|
||||||
"default_api_branch": "7.3",
|
"default_api_branch": "7.4",
|
||||||
"supported_es_branches": [
|
"supported_es_branches": [
|
||||||
|
"7.4",
|
||||||
"7.3",
|
"7.3",
|
||||||
"7.2",
|
"7.2",
|
||||||
"7.1",
|
"7.1",
|
||||||
@ -39,7 +40,7 @@
|
|||||||
"5.6"
|
"5.6"
|
||||||
],
|
],
|
||||||
"unstable_es_branches": [
|
"unstable_es_branches": [
|
||||||
"7.4",
|
"7.5",
|
||||||
"7.x",
|
"7.x",
|
||||||
"master"
|
"master"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user