diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1252412..9081c7c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,12 +9,13 @@ jobs: continue-on-error: ${{ matrix.continue-on-error }} strategy: matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11"] django: [32, 42] - cms: [40] + cms: [40, 41] requirements-file: [ dj32_cms40.txt, dj42_cms40.txt, + dj42_cms41.txt, ] continue-on-error: [true] steps: