Skip to content

Commit

Permalink
Adds citus and django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Sep 22, 2023
1 parent 30e3238 commit 4c7454b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django-multitenant-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
fail-fast: false
matrix:
python_version: ["3.7","3.8","3.9","3.10","3.11"]
django_version: ["3.2","4.0"]
citus_version: ["10","11"]
django_version: ["3.2","4.0","4.1","4.2"]
citus_version: ["10","11","12"]
exclude:
- python_version: "3.7"
django_version: "4.0"
Expand Down

0 comments on commit 4c7454b

Please sign in to comment.