Skip to content

Commit

Permalink
fix mysql version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Aug 30, 2024
1 parent 29f3335 commit 87352e2
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:8
image: mysql:8.0
restart: always
command: --default-authentication-plugin=mysql_native_password
ports:
Expand Down

0 comments on commit 87352e2

Please sign in to comment.