Skip to content

Commit da65edc

Browse files
committed
fix(CI): use pg 18
1 parent f1b9c00 commit da65edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

1717
services:
1818
postgres:
19-
image: postgres:17-alpine
19+
image: postgres:18-alpine
2020
env:
2121
POSTGRES_USER: postgres
2222
POSTGRES_PASSWORD: password

0 commit comments

Comments
 (0)