@@ -22,27 +22,27 @@ workflows:
22
22
<< : *filters
23
23
requires :
24
24
- cache
25
- - test--12.0 :
25
+ - test--12.1 :
26
26
<< : *filters
27
27
requires :
28
28
- cache
29
- - test--11.5 :
29
+ - test--11.6 :
30
30
<< : *filters
31
31
requires :
32
32
- cache
33
- - test--10.10 :
33
+ - test--10.11 :
34
34
<< : *filters
35
35
requires :
36
36
- cache
37
- - test--9.6.15 :
37
+ - test--9.6.16 :
38
38
<< : *filters
39
39
requires :
40
40
- cache
41
- - test--9.5.19 :
41
+ - test--9.5.20 :
42
42
<< : *filters
43
43
requires :
44
44
- cache
45
- - test--9.4.24 :
45
+ - test--9.4.25 :
46
46
<< : *filters
47
47
requires :
48
48
- cache
@@ -57,12 +57,12 @@ workflows:
57
57
- test--tap-github :
58
58
<< : *filters
59
59
requires :
60
- - test--12.0
61
- - test--11.5
62
- - test--10.10
63
- - test--9.6.15
64
- - test--9.5.19
65
- - test--9.4.24
60
+ - test--12.1
61
+ - test--11.6
62
+ - test--10.11
63
+ - test--9.6.16
64
+ - test--9.5.20
65
+ - test--9.4.25
66
66
- test-release :
67
67
<< : *filters__tags
68
68
requires :
@@ -112,7 +112,7 @@ jobs:
112
112
cache :
113
113
working_directory : /code/
114
114
docker :
115
- - image : python:3.7.4 -stretch
115
+ - image : python:3.7.6 -stretch
116
116
steps :
117
117
- checkout
118
118
- *restore__cache
@@ -157,66 +157,66 @@ jobs:
157
157
paths :
158
158
- " ./venv"
159
159
160
- test--12.0 :
160
+ test--12.1 :
161
161
<< : *test__base
162
162
docker :
163
- - image : python:3.7.4 -stretch
164
- - image : postgres:12.0
163
+ - image : python:3.7.6 -stretch
164
+ - image : postgres:12.1
165
165
environment :
166
166
POSTGRES_DB : target_postgres_test
167
167
168
- test--11.5 :
168
+ test--11.6 :
169
169
<< : *test__base
170
170
docker :
171
- - image : python:3.7.4 -stretch
172
- - image : postgres:11.5
171
+ - image : python:3.7.6 -stretch
172
+ - image : postgres:11.6
173
173
environment :
174
174
POSTGRES_DB : target_postgres_test
175
175
176
- test--10.10 :
176
+ test--10.11 :
177
177
<< : *test__base
178
178
docker :
179
- - image : python:3.7.4 -stretch
180
- - image : postgres:10.10
179
+ - image : python:3.7.6 -stretch
180
+ - image : postgres:10.11
181
181
environment :
182
182
POSTGRES_DB : target_postgres_test
183
183
184
- test--9.6.15 :
184
+ test--9.6.16 :
185
185
<< : *test__base
186
186
docker :
187
- - image : python:3.7.4 -stretch
188
- - image : postgres:9.6.15
187
+ - image : python:3.7.6 -stretch
188
+ - image : postgres:9.6.16
189
189
environment :
190
190
POSTGRES_DB : target_postgres_test
191
191
192
- test--9.5.19 :
192
+ test--9.5.20 :
193
193
<< : *test__base
194
194
docker :
195
- - image : python:3.7.4 -stretch
196
- - image : postgres:9.5.19
195
+ - image : python:3.7.6 -stretch
196
+ - image : postgres:9.5.20
197
197
environment :
198
198
POSTGRES_DB : target_postgres_test
199
199
200
- test--9.4.24 :
200
+ test--9.4.25 :
201
201
<< : *test__base
202
202
docker :
203
- - image : python:3.7.4 -stretch
204
- - image : postgres:9.4.24
203
+ - image : python:3.7.6 -stretch
204
+ - image : postgres:9.4.25
205
205
environment :
206
206
POSTGRES_DB : target_postgres_test
207
207
208
208
test--8.4.22 :
209
209
<< : *test__base
210
210
docker :
211
- - image : python:3.7.4 -stretch
211
+ - image : python:3.7.6 -stretch
212
212
- image : postgres:8.4.22
213
213
environment :
214
214
POSTGRES_DB : target_postgres_test
215
215
216
216
test--tap-github :
217
217
working_directory : /code/
218
218
docker :
219
- - image : python:3.7.4 -stretch
219
+ - image : python:3.7.6 -stretch
220
220
- image : postgres:9.4.24
221
221
environment :
222
222
POSTGRES_DB : target_postgres_test
@@ -307,7 +307,7 @@ jobs:
307
307
test--migrations :
308
308
working_directory : /code/
309
309
docker :
310
- - image : python:3.7.4 -stretch
310
+ - image : python:3.7.6 -stretch
311
311
- image : postgres:9.4.24
312
312
environment :
313
313
POSTGRES_DB : target_postgres_test
@@ -334,7 +334,7 @@ jobs:
334
334
build :
335
335
working_directory : /code/
336
336
docker :
337
- - image : python:3.7.4 -stretch
337
+ - image : python:3.7.6 -stretch
338
338
steps :
339
339
- checkout
340
340
- *restore__cache
@@ -359,7 +359,7 @@ jobs:
359
359
test-release :
360
360
working_directory : /code/
361
361
docker :
362
- - image : python:3.7.4 -stretch
362
+ - image : python:3.7.6 -stretch
363
363
steps :
364
364
- checkout
365
365
- *restore__cache
@@ -389,7 +389,7 @@ jobs:
389
389
release :
390
390
working_directory : /code/
391
391
docker :
392
- - image : python:3.7.4 -stretch
392
+ - image : python:3.7.6 -stretch
393
393
steps :
394
394
- checkout
395
395
- *restore__cache
0 commit comments