From 3903ac39b7a597db71e74be84dcaa8743fe3d7e5 Mon Sep 17 00:00:00 2001 From: Tom Scogland Date: Tue, 22 Aug 2023 08:29:23 -0700 Subject: [PATCH] update mergify config to match core I missed some mergify requirements when transferring this, or maybe updated them after. --- .mergify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 8cdf97fb8..451cab4b4 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -6,8 +6,8 @@ queue_rules: - status-success="spelling" - status-success="python format" - status-success="python lint" - - status-success="bookworm - gcc-8,distcheck" - - status-success="bookworm - clang-6.0" + - status-success="bookworm - gcc-12,distcheck" + - status-success="bookworm - clang-15" - status-success="bookworm - test-install" - status-success="focal" - status-success="el8"