Skip to content

Commit

Permalink
add djangocms 4.1 support. add cms41 to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FreemanPancake committed May 28, 2024
1 parent 72b02a4 commit 30e84fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 30e84fc

Please sign in to comment.