Skip to content

Commit

Permalink
Adds exclusions for citus 10 for 4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Sep 22, 2023
1 parent dd34c48 commit eed7f3d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/django-multitenant-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,19 @@ jobs:
- python_version: "3.7"
django_version: "3.2"
citus_version: "12"
exclude:
- python_version: "3.8"
django_version: "4.1"
citus_version: "10"
- python_version: "3.9"
django_version: "4.1"
citus_version: "10"
- python_version: "3.10"
django_version: "4.1"
citus_version: "10"
- python_version: "3.11"
django_version: "4.1"
citus_version: "10"

env:
PYTHON_VERSION: ${{ matrix.python_version }}
Expand Down

0 comments on commit eed7f3d

Please sign in to comment.