Skip to content

Commit

Permalink
update matrix for just 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
whitej6 committed Oct 31, 2023
1 parent 1d20c94 commit 6e8ab09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.11"]
db-backend: ["postgresql"]
nautobot-version: ["latest"]
nautobot-version: ["ltm-1.6"]
# The include is a method to limit the amount of jobs ran. This essentially
# means that in addition to standard postgres and stable, also the lowest
# supported version and with mysql
Expand All @@ -132,7 +132,7 @@ jobs:
nautobot-version: "1.6.1"
- python-version: "3.11"
db-backend: "mysql"
nautobot-version: "latest"
nautobot-version: "ltm-1.6"
runs-on: "ubuntu-20.04"
env:
INVOKE_NAUTOBOT_GOLDEN_CONFIG_PYTHON_VER: "${{ matrix.python-version }}"
Expand Down

0 comments on commit 6e8ab09

Please sign in to comment.