@@ -76,13 +76,13 @@ commands:
76
76
jobs :
77
77
python37 :
78
78
docker :
79
- - image : cimg/python:3.7.16
79
+ - image : cimg/python:3.7.17
80
80
- image : cimg/postgres:9.6.24
81
81
environment :
82
82
POSTGRES_USER : root
83
83
POSTGRES_PASSWORD : ' '
84
84
POSTGRES_DB : circle_test
85
- - image : cimg/mariadb:10.6.7
85
+ - image : cimg/mariadb:10.11.2
86
86
- image : cimg/redis:5.0.14
87
87
- image : rabbitmq:3.9.13
88
88
- image : mongo:4.2.3
@@ -101,13 +101,13 @@ jobs:
101
101
102
102
python38 :
103
103
docker :
104
- - image : cimg/python:3.8.16
104
+ - image : cimg/python:3.8.17
105
105
- image : cimg/postgres:9.6.24
106
106
environment :
107
107
POSTGRES_USER : root
108
108
POSTGRES_PASSWORD : ' '
109
109
POSTGRES_DB : circle_test
110
- - image : cimg/mariadb:10.6.7
110
+ - image : cimg/mariadb:10.11.2
111
111
- image : cimg/redis:5.0.14
112
112
- image : rabbitmq:3.9.13
113
113
- image : mongo:4.2.3
@@ -125,13 +125,13 @@ jobs:
125
125
126
126
python39 :
127
127
docker :
128
- - image : cimg/python:3.9.16
128
+ - image : cimg/python:3.9.17
129
129
- image : cimg/postgres:9.6.24
130
130
environment :
131
131
POSTGRES_USER : root
132
132
POSTGRES_PASSWORD : ' '
133
133
POSTGRES_DB : circle_test
134
- - image : cimg/mariadb:10.6.7
134
+ - image : cimg/mariadb:10.11.2
135
135
- image : cimg/redis:5.0.14
136
136
- image : rabbitmq:3.9.13
137
137
- image : mongo:4.2.3
@@ -149,13 +149,13 @@ jobs:
149
149
150
150
python310 :
151
151
docker :
152
- - image : cimg/python:3.10.11
152
+ - image : cimg/python:3.10.12
153
153
- image : cimg/postgres:9.6.24
154
154
environment :
155
155
POSTGRES_USER : root
156
156
POSTGRES_PASSWORD : ' '
157
157
POSTGRES_DB : circle_test
158
- - image : cimg/mariadb:10.6.7
158
+ - image : cimg/mariadb:10.11.2
159
159
- image : cimg/redis:5.0.14
160
160
- image : rabbitmq:3.9.13
161
161
- image : mongo:4.2.3
@@ -174,13 +174,13 @@ jobs:
174
174
175
175
python311 :
176
176
docker :
177
- - image : cimg/python:3.11.3
177
+ - image : cimg/python:3.11.4
178
178
- image : cimg/postgres:9.6.24
179
179
environment :
180
180
POSTGRES_USER : root
181
181
POSTGRES_PASSWORD : ' '
182
182
POSTGRES_DB : circle_test
183
- - image : cimg/mariadb:10.6.7
183
+ - image : cimg/mariadb:10.11.2
184
184
- image : cimg/redis:5.0.14
185
185
- image : rabbitmq:3.9.13
186
186
- image : mongo:4.2.3
@@ -199,7 +199,7 @@ jobs:
199
199
200
200
py38couchbase :
201
201
docker :
202
- - image : cimg/python:3.8.16
202
+ - image : cimg/python:3.8.17
203
203
- image : couchbase/server-sandbox:5.5.0
204
204
working_directory : ~/repo
205
205
steps :
@@ -215,7 +215,7 @@ jobs:
215
215
216
216
py37cassandra :
217
217
docker :
218
- - image : cimg/python:3.7.16
218
+ - image : cimg/python:3.7.17
219
219
- image : cassandra:3.11
220
220
environment :
221
221
MAX_HEAP_SIZE : 2048m
@@ -233,7 +233,7 @@ jobs:
233
233
234
234
py38gevent :
235
235
docker :
236
- - image : cimg/python:3.8.12
236
+ - image : cimg/python:3.8.17
237
237
working_directory : ~/repo
238
238
steps :
239
239
- checkout
0 commit comments