Skip to content

Commit c166381

Browse files
committed
update postgres version in tests & local compose
1 parent c324b6d commit c166381

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-20.04
1010
services:
1111
postgres:
12-
image: postgres
12+
image: postgres:14
1313
env:
1414
# Must be set to any custom value except the default 'postgres'. If default value is used - for some reason
1515
# we would not be able to connect to new dynamically created databases in runtime.

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# docker-compose for local debugging
2-
version: '3.1'
2+
version: '3.8'
33

44
services:
55

66
db:
7-
image: postgres
7+
image: postgres:14.0
88
restart: always
99
ports:
1010
- 5432:5432

0 commit comments

Comments
 (0)