Skip to content

Commit beb16c4

Browse files
committed
try another version combination
1 parent 4899e8c commit beb16c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
netbox_version: &nb_versions [v4.5.4, v4.5.5]
26+
netbox_version: &nb_versions [v4.3.7, v4.4.10, v4.5.5]
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v3

validity/netbox_changes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from validity import config
1111

1212

13-
StrFilterLookup = locate("strawberry_django.StrFilterLookup") if config.netbox_version >= "4.5.4" else FilterLookup[str]
13+
StrFilterLookup = locate("strawberry_django.StrFilterLookup") if config.netbox_version >= "4.5.5" else FilterLookup[str]
1414

1515
if config.netbox_version >= "4.5.0":
1616
from .current import *

0 commit comments

Comments
 (0)