Skip to content

Commit 11c6814

Browse files
committed
Add 3.6 NetBox version to CI
1 parent aa4aee9 commit 11c6814

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/commit.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ jobs:
2929
test:
3030
runs-on: ubuntu-latest
3131
strategy:
32+
max-parallel: 10
3233
matrix:
33-
netbox_version: ["v3.5.8"]
34+
netbox_version: ["v3.5.9", "v3.6.1"]
3435
steps:
3536
- name: Checkout
3637
uses: actions/checkout@v3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![NetBox version](https://img.shields.io/badge/NetBox-3.5-blue.svg)](https://github.com/netbox-community/netbox)
1+
[![NetBox version](https://img.shields.io/badge/NetBox-3.5|3.6-blue.svg)](https://github.com/netbox-community/netbox)
22
[![Supported Versions](https://img.shields.io/pypi/pyversions/netbox-config-diff.svg)](https://pypi.org/project/netbox-config-diff/)
33
[![PyPI version](https://badge.fury.io/py/netbox-config-diff.svg)](https://badge.fury.io/py/netbox-config-diff)
44
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
@@ -29,7 +29,7 @@ Plugin supports a wide list of vendors (Cisco, Juniper, Huawei, MicroTik etc.) w
2929

3030
| NetBox Version | Plugin Version |
3131
|----------------|----------------|
32-
| 3.5 | =>0.1.0 |
32+
| 3.5, 3.6 | =>0.1.0 |
3333

3434
<!--install-start-->
3535
## Installing

0 commit comments

Comments
 (0)