File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
matrix : ${{ fromJson(needs.test-matrix.outputs.matrix) }}
43
43
services :
44
44
postgres :
45
- image : circleci/postgres:13.3 -ram
45
+ image : circleci/postgres:13.5 -ram
46
46
ports : ["5432:5432"]
47
47
options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
48
48
env :
91
91
matrix : ${{ fromJson(needs.test-matrix.outputs.matrix) }}
92
92
services :
93
93
postgres :
94
- image : circleci/postgres:13.3 -ram
94
+ image : circleci/postgres:13.5 -ram
95
95
ports : ["5432:5432"]
96
96
options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
97
97
env :
@@ -256,7 +256,7 @@ jobs:
256
256
matrix : ${{ fromJson(needs.test-matrix.outputs.matrix) }}
257
257
services :
258
258
postgres :
259
- image : circleci/postgres:13.3 -ram
259
+ image : circleci/postgres:13.5 -ram
260
260
ports : ["5432:5432"]
261
261
options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
262
262
env :
You can’t perform that action at this time.
0 commit comments