Remove CI build configurations for out of support versions

This commit is contained in:
Roy Clarkson
2025-03-11 16:01:04 -04:00
parent c5297219b2
commit f5f4ee43cb

View File

@@ -21,7 +21,7 @@ set_pipeline() {
}
main() {
local -r branches=("4.4.x" "4.3.x" "4.2.x" "4.1.x" "4.0.x" "3.6.x" "3.5.x")
local -r branches=("4.5.x" "4.4.x" "4.3.x" "4.2.x")
pushd "$(dirname "$0")/../ci" >/dev/null