Skip to content

Commit 0f60fc5

Browse files
committed
harmonize docker-compose and ci.yml PG versions to prod
1 parent d20fc29 commit 0f60fc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
services:
77
postgres:
8-
image: postgres:10.1
8+
image: postgres:15.3
99
env:
1010
POSTGRES_USER: postgres
1111
POSTGRES_PASSWORD: postgres

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.9"
22

33
services:
44
postgres:
5-
image: postgres:12-bullseye # required for 4.2 upgrades
5+
image: postgres:15.3-bullseye
66
ports:
77
- "5433:5432"
88
environment:

0 commit comments

Comments
 (0)