Skip to content

Commit 4647d0b

Browse files
authored
Apply suggestion from @gsnider2195
1 parent b6dafaa commit 4647d0b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ jobs:
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: "2.4"
163163
runs-on: "ubuntu-latest"
164164
env:
165165
INVOKE_NAUTOBOT_DEVICE_ONBOARDING_PYTHON_VER: "${{ matrix.python-version }}"

0 commit comments

Comments
 (0)