Skip to content

Commit d3dd71b

Browse files
committed
Fix NetBox version in CI
1 parent 5d6fc2e commit d3dd71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
max-parallel: 10
3333
matrix:
34-
netbox_version: ["v4.0.7", "v4.1.11", "4.2.2"]
34+
netbox_version: ["v4.0.7", "v4.1.11", "v4.2.2"]
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@v3

0 commit comments

Comments
 (0)