Skip to content

Commit dfdf577

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

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/python-app.yml

Lines changed: 10 additions & 10 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.10', '3.11' ]
2020
exclude:
2121
- django_version: '3.2'
2222
python_version: '3.11'
@@ -27,26 +27,26 @@ jobs:
2727
- django_version: '4.1'
2828
python_version: '3.11'
2929

30-
- django_version: '4.0'
31-
python_version: '3.7'
30+
# - django_version: '4.0'
31+
# python_version: '3.7'
3232

33-
- django_version: '4.1'
34-
python_version: '3.7'
33+
# - django_version: '4.1'
34+
# python_version: '3.7'
3535

36-
- django_version: '4.2'
37-
python_version: '3.7'
36+
# - django_version: '4.2'
37+
# python_version: '3.7'
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)