File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 5
5
test :
6
6
services :
7
7
postgres :
8
- image : postgres:12
8
+ image : postgres:13
9
9
env :
10
10
POSTGRES_USER : user
11
11
POSTGRES_PASSWORD : password
@@ -22,24 +22,22 @@ jobs:
22
22
fail-fast : false
23
23
matrix :
24
24
python-version :
25
- - " 3.8"
26
25
- " 3.9"
27
26
- " 3.10"
28
27
- " 3.11"
29
28
- " 3.12"
29
+ - " 3.13"
30
30
django-version :
31
- - " 3.2"
32
31
- " 4.2"
33
32
- " 5.0"
33
+ - " 5.1"
34
34
drf-version :
35
- - " 3.14 "
35
+ - " 3.15 "
36
36
exclude :
37
- - python-version : " 3.8"
38
- django-version : " 5.0"
39
37
- python-version : " 3.9"
40
38
django-version : " 5.0"
41
- - drf -version : " 3.14 "
42
- python -version : " 3.8 "
39
+ - python -version : " 3.9 "
40
+ django -version : " 5.1 "
43
41
44
42
steps :
45
43
- uses : actions/checkout@v4
52
50
- name : Install dependencies
53
51
run : |
54
52
python -m pip install --upgrade pip
55
- python -m pip install psycopg2- binary setuptools
53
+ python -m pip install psycopg[ binary] setuptools
56
54
57
55
- name : Install Django version
58
56
run : |
Original file line number Diff line number Diff line change 80
80
coverage xml
81
81
82
82
- name : Upload coverage to Codecov
83
- uses : codecov/codecov-action@v1
83
+ uses : codecov/codecov-action@v4
You can’t perform that action at this time.
0 commit comments