Skip to content

Commit ed9c647

Browse files
authored
Upgrades to postgres 17 (#32)
1 parent 473cf12 commit ed9c647

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docker-compose-startup.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
registry_package:
66
types: [published]
7+
workflow_dispatch:
8+
79

810
jobs:
911
test:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ services:
7878
retries: 5
7979

8080
eets-testcontainer-postgres:
81-
image: postgres:15.1
81+
image: postgres:17.7
8282
container_name: eets-testcontainer-postgres
8383
ports:
8484
- "5432:5432"

0 commit comments

Comments
 (0)