Skip to content

Commit 8e00551

Browse files
Upgrade database to PostgreSQL 17
1 parent 5d9bae6 commit 8e00551

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
@@ -17,7 +17,7 @@ jobs:
1717

1818
services:
1919
postgres:
20-
image: postgres:14
20+
image: postgres:17
2121
env:
2222
POSTGRES_USER: postgres
2323
POSTGRES_PASSWORD: postgres # pragma: allowlist secret

0 commit comments

Comments
 (0)