Skip to content

Commit c17652b

Browse files
chore(deps): update postgres docker tag to v17
1 parent 8ab549c commit c17652b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/analysis-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190

191191
services:
192192
postgres:
193-
image: postgres:16
193+
image: postgres:17
194194
env:
195195
POSTGRES_USER: root
196196
POSTGRES_PASSWORD: rootpassword
@@ -635,7 +635,7 @@ jobs:
635635

636636
services:
637637
postgres:
638-
image: postgres:16
638+
image: postgres:17
639639
env:
640640
POSTGRES_USER: root
641641
POSTGRES_PASSWORD: rootpassword

0 commit comments

Comments
 (0)