Skip to content

Commit 30ab4b6

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
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
@@ -146,7 +150,7 @@ jobs:
146150
if: always()
147151
uses: actions/upload-artifact@v4
148152
with:
149-
name: migration-test-outputs-py${{ matrix.py }}
153+
name: migration-test-outputs-py${{ matrix.py }}-dt${{ matrix.django-tenants }}
150154
path: |
151155
initial_output.txt
152156
create_output.txt

0 commit comments

Comments
 (0)