File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments