Skip to content

Commit e03f5b9

Browse files
committed
Use Postgres 16 in CI
1 parent a84353e commit e03f5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
services:
2525
postgres:
26-
image: 'postgres:13'
26+
image: 'postgres:16'
2727
ports: ['5432:5432']
2828
env:
2929
POSTGRES_PASSWORD: postgres

0 commit comments

Comments
 (0)