Use 8.2.0 version of mysql (#14801)

This commit is contained in:
Mohit Yadav 2024-01-19 23:41:46 +05:30 committed by GitHub
parent 2c068dd876
commit 0851b87442
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -615,7 +615,7 @@
<argLine>-Xmx1G</argLine>
<systemPropertyVariables>
<jdbcContainerClassName>org.testcontainers.containers.MySQLContainer</jdbcContainerClassName>
<jdbcContainerImage>mysql:8</jdbcContainerImage>
<jdbcContainerImage>mysql:8.2.0</jdbcContainerImage>
<elasticSearchContainerClassName>docker.elastic.co/elasticsearch/elasticsearch:8.10.2</elasticSearchContainerClassName>
<openSearchContainerClassName>opensearchproject/opensearch:2.7.0</openSearchContainerClassName>
<runESTestCases>false</runESTestCases>