Test against PostgreSQL 16. (#16351)
parent
eee2b6642d
commit
118036eeab
|
@ -64,7 +64,7 @@ if not IS_PR:
|
||||||
{
|
{
|
||||||
"python-version": "3.11",
|
"python-version": "3.11",
|
||||||
"database": "postgres",
|
"database": "postgres",
|
||||||
"postgres-version": "15",
|
"postgres-version": "16",
|
||||||
"extras": "all",
|
"extras": "all",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Test against PostgreSQL 16.
|
Loading…
Reference in New Issue