File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Tests
2
2
3
3
on :
4
4
push :
5
- branches :
6
- - main
5
+ branches :
6
+ - main
7
7
pull_request :
8
8
9
9
jobs :
@@ -15,16 +15,16 @@ jobs:
15
15
fail-fast : false
16
16
matrix :
17
17
python-version :
18
- - 3.7
19
- - 3.8
20
- - 3.9
21
- - " 3.10"
22
- - " 3.11"
18
+ - 3.7
19
+ - 3.8
20
+ - 3.9
21
+ - " 3.10"
22
+ - " 3.11"
23
23
services :
24
24
redis :
25
25
image : redis
26
26
ports :
27
- - 6379:6379
27
+ - 6379:6379
28
28
options : >-
29
29
--health-cmd "redis-cli ping"
30
30
--health-interval 10s
46
46
REDIS_SENTINEL_PASSWORD : channels_redis
47
47
48
48
steps :
49
- - uses : actions/checkout@v2
49
+ - uses : actions/checkout@v3
50
50
- name : Set up Python ${{ matrix.python-version }}
51
- uses : actions/setup-python@v2
51
+ uses : actions/setup-python@v4
52
52
with :
53
53
python-version : ${{ matrix.python-version }}
54
54
- name : Install dependencies
@@ -63,11 +63,11 @@ jobs:
63
63
name : Lint
64
64
runs-on : ubuntu-latest
65
65
steps :
66
- - uses : actions/checkout@v2
66
+ - uses : actions/checkout@v3
67
67
- name : Set up Python
68
- uses : actions/setup-python@v2
68
+ uses : actions/setup-python@v4
69
69
with :
70
- python-version : 3.9
70
+ python-version : " 3.11 "
71
71
- name : Install dependencies
72
72
run : |
73
73
python -m pip install --upgrade pip tox
You can’t perform that action at this time.
0 commit comments