Skip to content

Commit 4f85ced

Browse files
authored
Merge pull request #77 from cloudblue/LITE-23526_build_python_3_10_django_3_2
LITE-23526: Add build for python 3.10 + django 3.2
2 parents 533227a + 8cb7b5e commit 4f85ced

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -96,7 +96,7 @@ jobs:
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

0 commit comments

Comments
 (0)