From c234c92ddc4ff405f87b636396f7828ee282e7bc Mon Sep 17 00:00:00 2001 From: Joe Wesch Date: Tue, 5 Dec 2023 12:08:33 -0600 Subject: [PATCH] Reverts changes to CI versions --- .github/workflows/tests.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a03696eb..e4e02e82 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,12 +52,12 @@ jobs: fail-fast: false matrix: python-version: - - "3.10" + - "3.9" nautobot-version: - "2.0" ansible-version: + - "2.14" - "2.15" - - "2.16" with: python-version: "${{ matrix.python-version }}" nautobot-version: "${{ matrix.nautobot-version }}" @@ -79,12 +79,6 @@ jobs: ansible-version: - "2.14" - "2.15" - - "2.16" - exclude: - # Ansible 2.16 dropped support for Python 3.9 - - python-version: "3.9" - nautobot-version: "2.0" - ansible-version: "2.16" with: python-version: "${{ matrix.python-version }}" nautobot-version: "${{ matrix.nautobot-version }}"