diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56d4eb0..86a4a48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,12 +18,8 @@ jobs: strategy: matrix: netbox-version: - - v3.3.2 - - v3.4.4 - - v3.5.3 - - v3.6.7 - - v3.7.8 - - v4.0.2 + - v4.0.11 + - v4.1.1 - latest steps: - uses: actions/checkout@v4