Skip to content

Commit

Permalink
Reverts changes to CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joewesch committed Dec 5, 2023
1 parent ef4f7e5 commit c234c92
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand All @@ -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 }}"
Expand Down

0 comments on commit c234c92

Please sign in to comment.