Skip to content

Commit

Permalink
ci: fix and run all netbox versions
Browse files Browse the repository at this point in the history
  • Loading branch information
FlxPeters authored Sep 25, 2024
1 parent 6a44d64 commit bf32e64
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
strategy:
matrix:
netbox-version:
# - v3.3.2
# - v3.4.4
# - v3.5.3
# - v3.6.7
# - v3.7.8
# - v4.0.2
- v3.3.2
- v3.4.4
- v3.5.3
- v3.6.7
- v3.7.8
- v4.0.2
- latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bf32e64

Please sign in to comment.