Skip to content

Commit 49b519d

Browse files
committed
fix: correct postgre versions for github testing
1 parent 4b961a6 commit 49b519d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests-with-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
services:
2323
postgres:
24-
image: postgres:17.4.0
24+
image: postgres:17.4
2525
env:
2626
POSTGRES_PASSWORD: ""
2727
POSTGRES_USER: forge

0 commit comments

Comments
 (0)