Skip to content

Commit

Permalink
Downgrade mysql in tests to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peldax committed Jun 23, 2024
1 parent 5b965a0 commit 3b612fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
ACCEPT_EULA: "Y"

mysql_latest:
image: mysql:latest
image: mysql:8.0
restart: always
command: --default-authentication-plugin=mysql_native_password
ports:
Expand Down

0 comments on commit 3b612fc

Please sign in to comment.