add support for 6.3 api

This commit is contained in:
spalger
2018-07-03 09:42:23 -07:00
parent 9c98262b87
commit 6d5f535236

View File

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