We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ecfa3 commit 9d6c87aCopy full SHA for 9d6c87a
.github/workflows/ci.yml
@@ -121,7 +121,7 @@ jobs:
121
matrix:
122
python-version: ["3.8", "3.9", "3.10"]
123
db-backend: ["postgresql"]
124
- nautobot-version: ["stable"]
+ nautobot-version: ["1.6.27"]
125
include:
126
- python-version: "3.10"
127
db-backend: "postgresql"
@@ -131,7 +131,7 @@ jobs:
131
nautobot-version: "1.4.0"
132
133
db-backend: "mysql"
134
- nautobot-version: "stable"
+ nautobot-version: "1.6.27"
135
runs-on: "ubuntu-20.04"
136
env:
137
INVOKE_NAUTOBOT_SECRETS_PROVIDERS_PYTHON_VER: "${{ matrix.python-version }}"
0 commit comments