Skip to content

Commit 3399acf

Browse files
chore(deps): update postgres docker tag to v17
1 parent 9f29701 commit 3399acf

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
@@ -189,7 +189,7 @@ jobs:
189189

190190
services:
191191
postgres:
192-
image: postgres:16
192+
image: postgres:17
193193
env:
194194
POSTGRES_USER: root
195195
POSTGRES_PASSWORD: rootpassword
@@ -623,7 +623,7 @@ jobs:
623623

624624
services:
625625
postgres:
626-
image: postgres:16
626+
image: postgres:17
627627
env:
628628
POSTGRES_USER: root
629629
POSTGRES_PASSWORD: rootpassword

0 commit comments

Comments
 (0)