Skip to content

Commit e73b4d0

Browse files
authored
chore(ci): add Django 4.2 to the build matrix (#154)
1 parent 9bd288f commit e73b4d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
with:
1717
matrix: |
1818
python-version {3.7}, django-version {2.0,2.1,2.2,3.0,3.1}
19-
python-version {3.8}, django-version {2.2,3.0,3.1,3.2,4.0,4.1}
20-
python-version {3.9}, django-version {2.2,3.0,3.1,3.2,4.0,4.1}
21-
python-version {3.10}, django-version {3.2,4.0,4.1}
22-
python-version {3.11}, django-version {3.2,4.0,4.1}
19+
python-version {3.8}, django-version {2.2,3.0,3.1,3.2,4.0,4.1,4.2}
20+
python-version {3.9}, django-version {2.2,3.0,3.1,3.2,4.0,4.1,4.2}
21+
python-version {3.10}, django-version {3.2,4.0,4.1,4.2}
22+
python-version {3.11}, django-version {3.2,4.0,4.1,4.2}
2323
outputs:
2424
matrix: ${{ steps.create_matrix.outputs.matrix }}
2525

0 commit comments

Comments
 (0)