Saifulhuq01 commented on code in PR #5566:
URL: https://github.com/apache/fineract/pull/5566#discussion_r2882904900


##########
fineract-command/src/test/java/org/apache/fineract/command/CommandBaseTest.java:
##########
@@ -49,7 +49,7 @@ abstract class CommandBaseTest {
             
.withNetwork(network).withUsername("root").withPassword("mifos").withDatabaseName("fineract-test");
 
     @Container
-    private static final MariaDBContainer<?> MARIADB_CONTAINER = new 
MariaDBContainer<>(DockerImageName.parse("mariadb:11.4"))
+    private static final MariaDBContainer<?> MARIADB_CONTAINER = new 
MariaDBContainer<>(DockerImageName.parse("mariadb:12.2"))

Review Comment:
   > cool, thanks for the help, done the following changes,
   
   @airajena  your forked fineract version pass check that and take action if 
any error.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to