We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd288f commit e73b4d0Copy full SHA for e73b4d0
.github/workflows/ci.yml
@@ -16,10 +16,10 @@ jobs:
16
with:
17
matrix: |
18
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}
+ python-version {3.8}, django-version {2.2,3.0,3.1,3.2,4.0,4.1,4.2}
+ python-version {3.9}, django-version {2.2,3.0,3.1,3.2,4.0,4.1,4.2}
+ python-version {3.10}, django-version {3.2,4.0,4.1,4.2}
+ python-version {3.11}, django-version {3.2,4.0,4.1,4.2}
23
outputs:
24
matrix: ${{ steps.create_matrix.outputs.matrix }}
25
0 commit comments