From 778d192cf9f2c2aa2d8df9de47b8228225734927 Mon Sep 17 00:00:00 2001 From: Alex Welsh Date: Fri, 28 Nov 2025 16:23:20 +0000 Subject: [PATCH] Update ansible-collection-pulp required checks --- terraform/github/terraform.tfvars.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/terraform/github/terraform.tfvars.json b/terraform/github/terraform.tfvars.json index 644589f1..9f3c8a6f 100644 --- a/terraform/github/terraform.tfvars.json +++ b/terraform/github/terraform.tfvars.json @@ -309,12 +309,12 @@ "required_status_checks": { "ansible-collection-pulp": { "default": [ - "integration (3.21)", "integration (3.45)", - "lint / Ansible 2.12 lint", - "lint / Ansible 2.14 lint", - "lint / Ansible 2.12 sanity", - "lint / Ansible 2.14 sanity" + "integration (3.81)", + "lint / Ansible 2.18 lint", + "lint / Ansible 2.20 lint", + "lint / Ansible 2.18 sanity", + "lint / Ansible 2.20 sanity" ] }, "designate-dashboard": {