We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6dafaa commit 4647d0bCopy full SHA for 4647d0b
1 file changed
.github/workflows/ci.yml
@@ -157,9 +157,9 @@ jobs:
157
- python-version: "3.11"
158
db-backend: "postgresql"
159
nautobot-version: "2.4.20"
160
- # - python-version: "3.12"
161
- # db-backend: "mysql"
162
- # nautobot-version: "stable"
+ - python-version: "3.12"
+ db-backend: "mysql"
+ nautobot-version: "2.4"
163
runs-on: "ubuntu-latest"
164
env:
165
INVOKE_NAUTOBOT_DEVICE_ONBOARDING_PYTHON_VER: "${{ matrix.python-version }}"
0 commit comments