From bf32e6468ce1becab1f28c38fda8aa3f63e3375e Mon Sep 17 00:00:00 2001 From: Felix Peters Date: Wed, 25 Sep 2024 10:55:32 +0200 Subject: [PATCH] ci: fix and run all netbox versions --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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