forked from AkkomaGang/akkoma
use postgres 15 in CI
This commit is contained in:
parent
6be3383a09
commit
e03206a9a0
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ variables:
|
|||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:13
|
||||
image: postgres:15
|
||||
when:
|
||||
event:
|
||||
- pull_request
|
||||
|
|
Loading…
Reference in a new issue