Start testing on Postgres 15 and drop Postgres 10 (#2193)

* CHANGELOG: mention that users should upgrade CLI

* Drop postgres 10 start testing postgres 15

---------

Co-authored-by: Austin Bonander <austin.bonander@gmail.com>
This commit is contained in:
Paolo Barbolini
2023-02-11 02:40:08 +01:00
committed by Austin Bonander
parent 0534c9da81
commit 171b00de2e
5 changed files with 28 additions and 28 deletions

View File

@@ -176,7 +176,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
postgres: [14, 10]
postgres: [15, 11]
runtime: [async-std, tokio]
tls: [native-tls, rustls, none]
needs: check