Skip to content

Commit b12235e

Browse files
amurekicodingjoe
authored andcommitted
Fix Django matrix (as django 4.0.* was not found)
1 parent 9824657 commit b12235e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
- "3.9"
5454
- "3.10"
5555
django-version:
56-
- 2.2.*
57-
- 3.2.*
58-
- 4.0.*
56+
- "2.2"
57+
- "3.2"
58+
- "4.0"
5959
steps:
6060
- name: Set up Python ${{ matrix.python-version }}
6161
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)