Skip to content

Commit

Permalink
Update test.yml for all database setups
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Oct 20, 2024
1 parent 7f3a707 commit cb6a009
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
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

services:
postgres:
Expand Down Expand Up @@ -98,10 +103,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

services:
mysql:
Expand Down Expand Up @@ -140,7 +150,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.11']
requirements-file: ['dj42_cms41.txt']
requirements-file: ['dj51_cms41.txt']
cms-version: [
'https://github.com/django-cms/django-cms/archive/develop-4.tar.gz'
]
Expand Down

0 comments on commit cb6a009

Please sign in to comment.