diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56ce465..56d4eb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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