update ci.hcl to remove 1.6.x and add in 1.10.x (#14310)

This commit is contained in:
Hridoy Roy 2022-02-28 15:58:42 -08:00 committed by GitHub
parent 4ce49f1415
commit 679b563027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,10 +10,10 @@ project "vault" {
repository = "vault"
release_branches = [
"main",
"release/1.6.x",
"release/1.7.x",
"release/1.8.x",
"release/1.9.x",
"release/1.10.x",
]
}
}