Skip to content

Commit

Permalink
use postgresql 16 for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brettwooldridge committed Sep 23, 2024
1 parent b790dff commit 7e92ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
<!-- Postgres Image is used 'as-is' and iked into the service s linimage -->
<image>
<alias>db</alias>
<name>postgres:11</name>
<name>postgres:16</name>
<run>
<env>
<POSTGRES_PASSWORD>password</POSTGRES_PASSWORD>
Expand Down

0 comments on commit 7e92ebb

Please sign in to comment.