move to 7.4 api by default

This commit is contained in:
spalger
2019-10-31 11:33:48 -07:00
parent 50908d3666
commit d927f5e527

View File

@ -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"
] ]