Skip to content

Commit 9d6c87a

Browse files
committed
update CI to use 1.6.x
1 parent a9ecfa3 commit 9d6c87a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
matrix:
122122
python-version: ["3.8", "3.9", "3.10"]
123123
db-backend: ["postgresql"]
124-
nautobot-version: ["stable"]
124+
nautobot-version: ["1.6.27"]
125125
include:
126126
- python-version: "3.10"
127127
db-backend: "postgresql"
@@ -131,7 +131,7 @@ jobs:
131131
nautobot-version: "1.4.0"
132132
- python-version: "3.10"
133133
db-backend: "mysql"
134-
nautobot-version: "stable"
134+
nautobot-version: "1.6.27"
135135
runs-on: "ubuntu-20.04"
136136
env:
137137
INVOKE_NAUTOBOT_SECRETS_PROVIDERS_PYTHON_VER: "${{ matrix.python-version }}"

0 commit comments

Comments
 (0)