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 e07160bdaa
commit a5837493d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",
]
}
}