From f5f4ee43cb65fe3eef5056ebffd4e72117aa4773 Mon Sep 17 00:00:00 2001 From: Roy Clarkson Date: Tue, 11 Mar 2025 16:01:04 -0400 Subject: [PATCH] Remove CI build configurations for out of support versions --- scripts/set-pipelines.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/set-pipelines.sh b/scripts/set-pipelines.sh index 74f81d15..ca4b366b 100755 --- a/scripts/set-pipelines.sh +++ b/scripts/set-pipelines.sh @@ -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