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 20, 2022
1 parent f7ab66c commit 79d34b2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@ 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"]
nautobot-version: ["1.2", "1.3"]
env:
PYTHON_VER: "${{ matrix.python-version }}"
NAUTOBOT_VER: "${{ matrix.nautobot-version }}"
Expand Down

0 comments on commit 79d34b2

Please sign in to comment.