Skip to content

Commit ed98a5d

Browse files
Fixed to mysql 5.7 for now
Latest MySQL is using a new authentication method which causes tests to fail.
1 parent d80ec7a commit ed98a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- mssql
1111
- pgsql
1212
mysql:
13-
image: mysql
13+
image: mysql:5.7
1414
container_name: dotnet-test-mysql
1515
environment:
1616
MYSQL_ROOT_PASSWORD: "Rea11ytrong_3"

0 commit comments

Comments
 (0)