From 9ac332bd6536d83a2b5ae0656f29faf8057219dc Mon Sep 17 00:00:00 2001 From: Akshith Gunasheelan <126816102+akshith-gunasheelan@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:46:11 +0530 Subject: [PATCH] Update .ansible-test.yml --- .github/workflows/.ansible-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.ansible-test.yml b/.github/workflows/.ansible-test.yml index 00ed5715..48129b00 100644 --- a/.github/workflows/.ansible-test.yml +++ b/.github/workflows/.ansible-test.yml @@ -6,7 +6,7 @@ jobs: sanity: strategy: matrix: - python_version: ["3.7", "3.8"] + python_version: ["3.7"] ansible_version: ["stable-2.12", "stable-2.13", "stable-2.14"] runs-on: ubuntu-20.04 steps: