Skip to content

Commit

Permalink
stop running tests for 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
amyasnikov committed Sep 8, 2024
1 parent 221ccec commit 576cbe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
netbox_version: [v3.6.9, v3.7.8, v4.0.11]
netbox_version: [v3.7.8, v4.0.11]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
strategy:
fail-fast: false
matrix:
netbox_version: [v3.6.9, v3.7.8, v4.0.11]
netbox_version: [v3.7.8, v4.0.11]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 576cbe4

Please sign in to comment.