Skip to content

Commit 922fee8

Browse files
Updated GitHub Actions
1 parent f9e1856 commit 922fee8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/django.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
strategy:
14+
max-parallel: 4
1415
matrix:
15-
python-version: [3.8, 3.9, 3.10]
16+
python-version: [3.7, 3.8, 3.9]
1617

1718
steps:
1819
- uses: actions/checkout@v4
1920
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v4
21+
uses: actions/setup-python@v3
2122
with:
2223
python-version: ${{ matrix.python-version }}
2324
- name: Install Dependencies

0 commit comments

Comments
 (0)