update ci.hcl to remove 1.6.x and add in 1.10.x (#14310)
This commit is contained in:
parent
4ce49f1415
commit
679b563027
|
@ -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",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue