Skip to content

Commit b6dafaa

Browse files
committed
Changing nautobot version to 2.4 in ci
1 parent 4ec109e commit b6dafaa

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,14 @@ jobs:
152152
matrix:
153153
python-version: ["3.10"] # 3.12 stable is tested in unittest_report stage.
154154
db-backend: ["postgresql"]
155-
nautobot-version: ["stable"]
155+
nautobot-version: ["2.4"]
156156
include:
157157
- python-version: "3.11"
158158
db-backend: "postgresql"
159159
nautobot-version: "2.4.20"
160-
- python-version: "3.12"
161-
db-backend: "mysql"
162-
nautobot-version: "stable"
160+
# - python-version: "3.12"
161+
# db-backend: "mysql"
162+
# nautobot-version: "stable"
163163
runs-on: "ubuntu-latest"
164164
env:
165165
INVOKE_NAUTOBOT_DEVICE_ONBOARDING_PYTHON_VER: "${{ matrix.python-version }}"
@@ -207,7 +207,7 @@ jobs:
207207
matrix:
208208
python-version: ["3.12"]
209209
db-backend: ["postgresql"]
210-
nautobot-version: ["stable"]
210+
nautobot-version: ["2.4"]
211211
runs-on: "ubuntu-latest"
212212
permissions:
213213
pull-requests: "write"

0 commit comments

Comments
 (0)