Skip to content

Commit dfb33db

Browse files
committed
fix: #239 fix postgres version
1 parent 8e1ef08 commit dfb33db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Docs: https://docs.github.com/en/actions/using-containerized-services
2424
services:
2525
postgres:
26-
image: postgres:latest
26+
image: postgres:16
2727
env:
2828
POSTGRES_USER: postgres
2929
POSTGRES_PASSWORD: postgres

0 commit comments

Comments
 (0)