File tree Expand file tree Collapse file tree 2 files changed +8
-80
lines changed
Expand file tree Collapse file tree 2 files changed +8
-80
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 strategy :
1414 matrix :
15- python : [3.6, 3.7, 3.8 ]
16- django : [2.2.16, 3.0.7, 3.1.1 ]
15+ python : ['3.8', '3.9', '3.10', '3.11' ]
16+ django : ['3.2', '4.2' ]
1717 steps :
1818 - uses : actions/checkout@v2
1919 - name : Set up Python ${{ matrix.python }}
@@ -46,10 +46,10 @@ jobs:
4646 runs-on : ubuntu-latest
4747 steps :
4848 - uses : actions/checkout@v2
49- - name : Set up Python 3.8
49+ - name : Set up Python 3.11
5050 uses : actions/setup-python@v1
5151 with :
52- python-version : 3.8
52+ python-version : 3.11
5353 - name : Finished
5454 run : |
5555 python -m pip install --upgrade pip
8282 runs-on : ubuntu-latest
8383 strategy :
8484 matrix :
85- python : [3.8 ]
86- django : [3.1.1 ]
85+ python : ['3.11' ]
86+ django : ['4.2' ]
8787 steps :
8888 - uses : actions/checkout@v2
8989 - name : Set up Python ${{ matrix.python }}
@@ -108,8 +108,8 @@ jobs:
108108 runs-on : ubuntu-latest
109109 strategy :
110110 matrix :
111- python : [3.8 ]
112- django : [3.1.1 ]
111+ python : ['3.11' ]
112+ django : ['4.2' ]
113113 steps :
114114 - uses : actions/checkout@v2
115115 - name : Set up Python ${{ matrix.python }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments