Skip to content

Commit cfae455

Browse files
committed
fix: #239 fix postgres version
1 parent a84c0f9 commit cfae455

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
@@ -120,7 +120,7 @@ jobs:
120120
docker run --rm \
121121
--network="host" \
122122
--env PGPASSWORD=$DB_PASSWORD \
123-
postgres \
123+
postgres:16 \
124124
pg_dump \
125125
-U $DB_USERNAME \
126126
-h localhost \

0 commit comments

Comments
 (0)