Skip to content

Commit 8781924

Browse files
author
Joey Jurjens
committed
huh
1 parent 46d0ad7 commit 8781924

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
strategy:
3434
fail-fast: true
3535
matrix:
36-
python-version: ["3.9", "3.10", "3.11"]
37-
django-version: ["4.2", "5.2"]
36+
python-version: ["3.8", "3.9", "3.10", "3.11"]
37+
django-version: ["3.2", "4.2"]
3838
oscar-version: ["3.2"]
3939
steps:
4040
- name: Download src dir
@@ -51,6 +51,7 @@ jobs:
5151
pip install -e .[dev]
5252
pip install "django~=${{ matrix.django-version }}.0"
5353
pip install "django-oscar~=${{ matrix.oscar-version }}.0"
54+
make install
5455
- name: Show all versions
5556
run: pip list
5657
- name: Run the testsuite

0 commit comments

Comments
 (0)