From 1f1e6493512794ae4cb78f477b9609dc4db9fdd0 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Thu, 21 Sep 2023 15:45:45 +1000 Subject: [PATCH] Add to branches_main To keep non-latent master changes to a minium we plan for 4 more 11.x series releases. This way non-latent workers will pick up jobs as these new branches becomes active (every 3 months). --- constants.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/constants.py b/constants.py index 7f2a3d3c..31b1e2e8 100644 --- a/constants.py +++ b/constants.py @@ -14,6 +14,11 @@ '11.1', '11.2', '11.3', + '11.4', + '11.5', + '11.6', + '11.7', + '11.8', ] # Defines what builders report status to GitHub