use postgresql 16 for unit tests

pull/2241/head
Brett Wooldridge 4 months ago
parent b790dff09b
commit 7e92ebbb52

@ -357,7 +357,7 @@
<!-- Postgres Image is used 'as-is' and iked into the service s linimage --> <!-- Postgres Image is used 'as-is' and iked into the service s linimage -->
<image> <image>
<alias>db</alias> <alias>db</alias>
<name>postgres:11</name> <name>postgres:16</name>
<run> <run>
<env> <env>
<POSTGRES_PASSWORD>password</POSTGRES_PASSWORD> <POSTGRES_PASSWORD>password</POSTGRES_PASSWORD>

Loading…
Cancel
Save