Skip to content

Commit a89ca4f

Browse files
authored
chore(ci): Add Django 5.2 to test matrix (#182)
No code changes needed for Django 5.2 support https://docs.djangoproject.com/en/5.2/releases/5.2/
1 parent fa2b4d7 commit a89ca4f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/ci.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
steps:
1313
- name: Create matrix
1414
id: create_matrix
15-
uses: fabiocaccamo/create-matrix-action@v3
15+
uses: fabiocaccamo/create-matrix-action@v5
1616
with:
1717
matrix: |
1818
python-version {3.9}, django-version {4.2}
19-
python-version {3.10}, django-version {4.2,5.0,5.1}
20-
python-version {3.11}, django-version {4.2,5.0,5.1}
21-
python-version {3.12}, django-version {4.2,5.0,5.1}
22-
python-version {3.13}, django-version {5.1}
19+
python-version {3.10}, django-version {4.2,5.0,5.1,5.2}
20+
python-version {3.11}, django-version {4.2,5.0,5.1,5.2}
21+
python-version {3.12}, django-version {4.2,5.0,5.1,5.2}
22+
python-version {3.13}, django-version {5.1,5.2}
2323
outputs:
2424
matrix: ${{ steps.create_matrix.outputs.matrix }}
2525

@@ -44,8 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- uses: actions/checkout@v4
47-
- name: Set up Python
48-
uses: actions/setup-python@v5
47+
- uses: actions/setup-python@v5
4948
with:
5049
python-version: "3.13"
5150
- run: pip install -e '.[dev]'

0 commit comments

Comments
 (0)