@@ -105,7 +105,7 @@ jobs:
105105 fail-fast : true
106106 matrix :
107107 python-version : ["3.10"]
108- nautobot-version : ["next"] # TODO: Change to 3.0.0 after v3.0.0 is released
108+ nautobot-version : ["3.0.0"]
109109 env :
110110 INVOKE_NAUTOBOT_SSOT_PYTHON_VER : " ${{ matrix.python-version }}"
111111 INVOKE_NAUTOBOT_SSOT_NAUTOBOT_VER : " ${{ matrix.nautobot-version }}"
@@ -154,14 +154,14 @@ jobs:
154154 matrix :
155155 python-version : ["3.10"] # 3.13 stable is tested in unittest_report stage.
156156 db-backend : ["postgresql"]
157- nautobot-version : ["next"] # TODO: Change to stable after v3.0.0 is released
157+ nautobot-version : ["stable"]
158158 include :
159- # - python-version: "3.10"
160- # db-backend: "postgresql"
161- # nautobot-version: "3.0.0" # TODO: Uncomment after v3.0.0 is released
159+ - python-version : " 3.10"
160+ db-backend : " postgresql"
161+ nautobot-version : " 3.0.0"
162162 - python-version : " 3.13"
163163 db-backend : " mysql"
164- nautobot-version : " next " # TODO: Change to stable after v3.0.0 is released
164+ nautobot-version : " stable"
165165 runs-on : " ubuntu-latest"
166166 env :
167167 INVOKE_NAUTOBOT_SSOT_PYTHON_VER : " ${{ matrix.python-version }}"
@@ -211,7 +211,7 @@ jobs:
211211 matrix :
212212 python-version : ["3.13"]
213213 db-backend : ["postgresql"]
214- nautobot-version : ["next"] # TODO: Change to stable after v3.0.0 is released
214+ nautobot-version : ["stable"]
215215 runs-on : " ubuntu-latest"
216216 permissions :
217217 pull-requests : " write"
0 commit comments