Skip to content

Commit c2ac675

Browse files
committed
Fix
1 parent 473e9d1 commit c2ac675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-test/integration-tests/src/test/java/com/microsoft/semantickernel/tests/connectors/memory/jdbc/JDBCVectorStoreRecordCollectionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@Testcontainers
2929
public class JDBCVectorStoreRecordCollectionTest {
3030
@Container
31-
private static final MySQLContainer<?> CONTAINER = new MySQLContainer<>("mysql:latest");
31+
private static final MySQLContainer<?> CONTAINER = new MySQLContainer<>("mysql:5.7.34");
3232
private static final String MYSQL_USER = "test";
3333
private static final String MYSQL_PASSWORD = "test";
3434
private static MysqlDataSource dataSource;

0 commit comments

Comments
 (0)