Skip to content

Commit 3585cfd

Browse files
chore(deps): update postgres docker tag to v17
1 parent 787d648 commit 3585cfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
--health-timeout 5s
103103
--health-retries 10
104104
postgres13:
105-
image: postgres:13
105+
image: postgres:17
106106
env:
107107
POSTGRES_USER: postgres
108108
POSTGRES_PASSWORD: postgres
@@ -115,7 +115,7 @@ jobs:
115115
--health-timeout 5s
116116
--health-retries 5
117117
postgres16:
118-
image: postgres:16
118+
image: postgres:17
119119
env:
120120
POSTGRES_USER: postgres
121121
POSTGRES_PASSWORD: postgres

0 commit comments

Comments
 (0)