Skip to content

Commit

Permalink
Drop python 3.7, change stable to 1.6 in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pszulczewski committed Oct 3, 2023
1 parent 18f2717 commit 3b28ff6
Show file tree
Hide file tree
Showing 5 changed files with 398 additions and 545 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
nautobot-version: ["1.2", "1.3", "stable"]
python-version: [3.8", "3.9", "3.10"]
nautobot-version: ["1.2", "1.3", "1.6"]
exclude:
- python-version: 3.10
nautobot-version: 1.2
Expand Down
2 changes: 1 addition & 1 deletion development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
nautobot:
condition: "service_healthy"
nautobot:
image: "ghcr.io/nautobot/nautobot-dev:${NAUTOBOT_VER:-1.3}-py${PYTHON_VER:-3.7}"
image: "ghcr.io/nautobot/nautobot-dev:${NAUTOBOT_VER:-1.6}-py${PYTHON_VER:-3.8}"
command: "nautobot-server runserver 0.0.0.0:8000 --insecure"
ports:
- "8000:8000"
Expand Down
Loading

0 comments on commit 3b28ff6

Please sign in to comment.