File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
3838 - name : Testing
3939 run : |
4040 python setup.py test
41- build_3_8_9_django_3_2 :
42- name : Build on Python 3.8, 3.9 django 3.2
41+ build_3_8_9_10_django_3_2 :
42+ name : Build on Python 3.8, 3.9, 3.10 django 3.2
4343 runs-on : ubuntu-latest
4444 strategy :
4545 matrix :
46- python-version : [3.8, 3.9]
46+ python-version : [' 3.8', ' 3.9', '3.10' ]
4747 steps :
4848 - name : Checkout
4949 uses : actions/checkout@v2
9696 python setup.py test
9797 sonar :
9898 name : Sonar Checks
99- needs : [build_3_6_7_8_django_2_2, build_3_8_9_django_3_2 , build_3_10_django_4_0]
99+ needs : [build_3_6_7_8_django_2_2, build_3_8_9_10_django_3_2 , build_3_10_django_4_0]
100100 runs-on : ubuntu-latest
101101 steps :
102102 - name : Checkout
You can’t perform that action at this time.
0 commit comments