Skip to content

Commit

Permalink
Test against Nautobot 1.6.3 instead of 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
progala committed Oct 9, 2023
1 parent 41e3d45 commit 481ce14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
fail-fast: true
matrix:
python-version: ["3.8", "3.9", "3.10"]
nautobot-version: ["1.4.10", "stable"]
nautobot-version: ["1.4.10", "1.6.3"]
env:
INVOKE_NAUTOBOT_DEVICE_LIFECYCLE_MGMT_PYTHON_VER: "${{ matrix.python-version }}"
INVOKE_NAUTOBOT_DEVICE_LIFECYCLE_MGMT_NAUTOBOT_VER: "${{ matrix.nautobot-version }}"
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
fail-fast: true
matrix:
python-version: ["3.8", "3.9", "3.10"]
nautobot-version: ["1.4.10", "stable"]
nautobot-version: ["1.4.10", "1.6.3"]
runs-on: "ubuntu-20.04"
env:
INVOKE_NAUTOBOT_DEVICE_LIFECYCLE_MGMT_PYTHON_VER: "${{ matrix.python-version }}"
Expand Down

0 comments on commit 481ce14

Please sign in to comment.