Skip to content

Commit

Permalink
Fix NetBox version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
miaow2 committed Sep 14, 2024
1 parent 5e16a7b commit 7db9722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
max-parallel: 10
matrix:
netbox_version: ["v3.7.8", "v4.0.7", "4.1.1"]
netbox_version: ["v3.7.8", "v4.0.7", "v4.1.1"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 7db9722

Please sign in to comment.