Skip to content

Commit

Permalink
Update tests for django 5.0, 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Oct 20, 2024
1 parent a56fbef commit 7f3a707
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@ jobs:
python-version: [ 3.9, "3.10", "3.11", "3.12" ] # latest release minus two
requirements-file: [
dj32_cms41.txt,
dj40_cms41.txt,
dj41_cms41.txt,
dj42_cms41.txt,
dj50_cms41.txt,
dj51_cms41.txt,
]
exclude:
- requirements-file: dj50_cms41.txt
python-version: 3.9
- requirements-file: dj51_cms41.txt
python-version: 3.9

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -47,9 +52,9 @@ jobs:
python-version: [ 3.9, "3.10", "3.11", "3.12" ] # latest release minus two
requirements-file: [
dj32_cms41.txt,
dj40_cms41.txt,
dj41_cms41.txt,
dj42_cms41.txt,
dj50_cms41.txt,
dj51_cms41.txt,
]

services:
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements/dj32_cms41.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ django-cms>=4.1,<4.2

Django>=3.2,<4.0
django-classy-tags
django-fsm>=2.6
django-fsm>=2.6,<3
django-sekizai
2 changes: 1 addition & 1 deletion tests/requirements/dj42_cms41.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ django-cms>=4.1,<4.2

Django>=4.2,<5
django-classy-tags
django-fsm>=2.6
django-fsm>=2.6,<3
django-sekizai
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

django-cms>=4.1,<4.2

Django>=4.0,<4.1
Django>=5.0,<5.1
django-classy-tags
django-fsm>=2.6
django-fsm>=2.6,<3
django-sekizai
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

django-cms>=4.1,<4.2

Django>=4.1,<4.2
Django>=5.1,<5.2
django-classy-tags
django-fsm>=2.6
django-fsm>=2.6,<3
django-sekizai

0 comments on commit 7f3a707

Please sign in to comment.