Skip to content

Commit de4d244

Browse files
chore(deps): update postgres docker tag to v18
1 parent 6ce37bd commit de4d244

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/internal_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
services:
6161
postgres:
62-
image: postgres:16.11
62+
image: postgres:18.1
6363
env:
6464
POSTGRES_PASSWORD: postgres
6565
ports:

.github/workflows/planner_integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
services:
5858
postgres:
59-
image: postgres:16.11
59+
image: postgres:18.1
6060
env:
6161
POSTGRES_PASSWORD: postgres
6262
ports:

0 commit comments

Comments
 (0)