diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index a5f5693..a075d5a 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -40,17 +40,17 @@ jobs: python: ["3.8", "3.9", "3.10", "3.11"] django: ["32", "41", "main"] exclude: - - django: "50" - python: "3.8" - - django: "main" - python: "3.8" - - django: "50" - python: "3.9" - - django: "main" - python: "3.9" + - django: ["50","main"] + python: ["3.8","3.9"] + # - django: "main" + # python: "3.8" + # - django: "50" + # python: "3.9" + # - django: "main" + # python: "3.9" env: - TOXENV: py${{ matrix.python }}-django${{ matrix.django }}-es${{ matrix.es }} + TOXENV: py${{ matrix.python }}-django${{ matrix.django }} steps: - name: Check out the repository