Skip to content

Commit

Permalink
Updates CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joewesch committed Mar 27, 2024
1 parent ac1802d commit f077718
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.8", "3.9", "3.10"]
nautobot-version: ["1.2", "1.3", "1.6"]
exclude:
- python-version: 3.10
nautobot-version: 1.2
python-version: ["3.8", "3.9", "3.10", "3.11"]
nautobot-version: ["1.6"]
env:
PYTHON_VER: "${{ matrix.python-version }}"
NAUTOBOT_VER: "${{ matrix.nautobot-version }}"
Expand Down

0 comments on commit f077718

Please sign in to comment.