Skip to content

Commit 601aba1

Browse files
committed
Run migration test on 3.8 and 3.9 of django-tenants
1 parent 26e8509 commit 601aba1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ jobs:
8989
- "3.12"
9090
- "3.11"
9191
- "3.10"
92+
django-tenants:
93+
- "3.8.0"
94+
- "3.9.0"
9295
name: Check migrations on Python ${{ matrix.py }}
9396

9497
steps:
@@ -103,6 +106,7 @@ jobs:
103106
- name: Install Deps
104107
run: |
105108
poetry install
109+
poetry run pip install django-tenants==${{ matrix.django-tenants }}
106110
- name: Run Initial Migrations
107111
run: |
108112
poetry run python tests/manage.py migrate_schemas >initial_output.txt 2>&1

0 commit comments

Comments
 (0)