Skip to content

Commit

Permalink
chore(workflows): Update NetBox versions in CI
Browse files Browse the repository at this point in the history
Updating NetBox versions in the CI workflow ensures compatibility and
uses the latest stable releases.
  • Loading branch information
pheus committed Oct 1, 2024
1 parent 5208f05 commit 9637dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
netbox-version: ["v4.0.0", "master"]
netbox-version: ["v4.0.10", "v4.0.11"]
services:
redis:
image: redis
Expand Down

0 comments on commit 9637dfa

Please sign in to comment.