Skip to content

Commit

Permalink
Use Postgres 14 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
msiukola committed Sep 26, 2024
1 parent 314a067 commit d0f8ec3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion valintaperusteet-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,10 +366,13 @@
<artifactId>docker-maven-plugin</artifactId>

<configuration>
<containerNamePattern>
test-%n-%i
</containerNamePattern>
<images>
<image>
<alias>valintaperusteet-testikanta</alias>
<name>postgres:11</name>
<name>postgres:14</name>
<run>
<env>
<POSTGRES_USER>valintaperusteet_tests</POSTGRES_USER>
Expand Down

0 comments on commit d0f8ec3

Please sign in to comment.