Skip to content

Commit c21c3fa

Browse files
committed
ci: update workflow github
1 parent 3821129 commit c21c3fa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/python-app.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
django_version: [ '3.2', '4.0', '4.1', '4.2' ]
19-
python_version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
19+
python_version: [ '3.8', '3.9', '3.10', '3.11' ]
2020
exclude:
2121
- django_version: '3.2'
2222
python_version: '3.11'
@@ -28,25 +28,25 @@ jobs:
2828
python_version: '3.11'
2929

3030
- django_version: '4.0'
31-
python_version: '3.7'
31+
python_version: '3.8'
3232

3333
- django_version: '4.1'
34-
python_version: '3.7'
34+
python_version: '3.8'
3535

3636
- django_version: '4.2'
37-
python_version: '3.7'
37+
python_version: '3.8'
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
4141

4242
steps:
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v6
4444
- name: Set up Python ${{ matrix.python_version }}
45-
uses: actions/setup-python@v2
45+
uses: actions/setup-python@v5
4646
with:
4747
python-version: ${{ matrix.python_version }}
4848
- name: Cache pip
49-
uses: actions/cache@v2
49+
uses: actions/cache@v4
5050
with:
5151
# This path is specific to Ubuntu
5252
path: ~/.cache/pip

0 commit comments

Comments
 (0)