Skip to content

Commit

Permalink
Add python 3.12 and Netbox 3.7.5 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
miaow2 committed Apr 10, 2024
1 parent cd091be commit bbf8293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 10
matrix:
python: ["3.10", "3.11"]
python: ["3.10", "3.11", "3.12"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -31,7 +31,7 @@ jobs:
strategy:
max-parallel: 10
matrix:
netbox_version: ["v3.5.9", "v3.6.9"]
netbox_version: ["v3.5.9", "v3.6.9", "v3.7.5"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit bbf8293

Please sign in to comment.