From 977efbdddef73ff32948c4b2cfb65953f2827cd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Duarte?= Date: Wed, 20 Nov 2024 16:37:10 +0000 Subject: [PATCH] Update branches.json to include 8.15, 8.16 and 8.17 (#16698) --- ci/branches.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ci/branches.json b/ci/branches.json index 0bb2fee21df..c105bd7c6ea 100644 --- a/ci/branches.json +++ b/ci/branches.json @@ -7,9 +7,15 @@ { "branch": "8.x" }, + { + "branch": "8.15" + }, { "branch": "8.16" }, + { + "branch": "8.17" + }, { "branch": "7.17" }