diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c7cb4b..c6ff937 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,8 +37,8 @@ jobs: - 5432:5432 strategy: matrix: - django-version: [2.2, 3.1, 3.2, 4.2] - python-version: [3.7, 3.8, 3.9, 3.11] + django-version: [3.2, 4.2] + python-version: [3.8, 3.9, 3.11] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}