File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
server/src/test/java/com/objectcomputing/checkins/services Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11version : ' 3'
22services :
33 postgresql :
4- image : postgres:11.6
4+ image : postgres:17.2
55 environment :
66 POSTGRES_DB : checkinsdb
77 POSTGRES_USER : postgres
Original file line number Diff line number Diff line change 1818@ MicronautTest (environments = {Environment .TEST }, transactional = false )
1919public abstract class TestContainersSuite implements RepositoryFixture , TestPropertyProvider {
2020
21- private static final PostgreSQLContainer <?> postgres = new PostgreSQLContainer <>("postgres:11.6 " );
21+ private static final PostgreSQLContainer <?> postgres = new PostgreSQLContainer <>("postgres:17.2 " );
2222
2323 @ Inject
2424 private EmbeddedServer embeddedServer ;
You can’t perform that action at this time.
0 commit comments