add 6.4 and 6.5 branch support, 6.4 is the new default

This commit is contained in:
spalger
2018-10-29 11:37:19 -07:00
parent 2b82644bee
commit 2ee5166555

View File

@ -29,8 +29,10 @@
"blanket": {
"pattern": "specified in test/unit/coverage.js"
},
"default_api_branch": "6.3",
"default_api_branch": "6.4",
"supported_es_branches": [
"6.5",
"6.4",
"6.3",
"6.2",
"6.1",