Skip to content

Commit

Permalink
ci: update github ci action
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Mittal <[email protected]>
  • Loading branch information
techytushar authored and Tushar Mittal committed Oct 26, 2022
1 parent f7ab66c commit c6a15ac
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ jobs:
strategy:
fail-fast: true
matrix:
include:
- python-version: "3.7"
nautobot-version: "1.2"
- python-version: "3.8"
nautobot-version: "1.3"
- python-version: "3.9"
nautobot-version: "1.3"
python-version: ["3.7", "3.8", "3.9", "3.10"]
nautobot-version: ["1.2", "1.3", "1.4"]
exclude:
- python-version: 3.10
nautobot-version: 1.2
env:
PYTHON_VER: "${{ matrix.python-version }}"
NAUTOBOT_VER: "${{ matrix.nautobot-version }}"
Expand Down

0 comments on commit c6a15ac

Please sign in to comment.