Skip to content

Commit 27c7391

Browse files
🔧 Messed up the github actions config
1 parent fe1c575 commit 27c7391

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python: ['3.8', '3.9', '3.10', '3.11']
18+
python: ['3.8', '3.9', '3.10']
1919
django: ['3.2', '4.1', '4.2']
2020
include:
2121
- python: '3.11'
22-
django: ['4.1', '4.2']
22+
django: '4.1'
23+
- python: '3.11'
24+
django: '4.2'
2325

2426
name: Run the test suite (Python ${{ matrix.python }}, Django ${{ matrix.django }})
2527

0 commit comments

Comments
 (0)