@@ -12,14 +12,14 @@ jobs:
12
12
steps :
13
13
- name : Create matrix
14
14
id : create_matrix
15
- uses : fabiocaccamo/create-matrix-action@v3
15
+ uses : fabiocaccamo/create-matrix-action@v5
16
16
with :
17
17
matrix : |
18
18
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 }
23
23
outputs :
24
24
matrix : ${{ steps.create_matrix.outputs.matrix }}
25
25
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- uses : actions/checkout@v4
47
- - name : Set up Python
48
- uses : actions/setup-python@v5
47
+ - uses : actions/setup-python@v5
49
48
with :
50
49
python-version : " 3.13"
51
50
- run : pip install -e '.[dev]'
0 commit comments