Skip to content

Commit

Permalink
Updating mysql version to allow to run on OS X as well
Browse files Browse the repository at this point in the history
  • Loading branch information
safaci2000 committed Oct 7, 2024
1 parent c270355 commit 743df3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ setup: checkout-testdata docker-compose-up
checkout-testdata:
git submodule init
git submodule update
cd ./testdata && git fetch && git checkout master && git pull
# cd ./testdata && git fetch && git checkout master && git pull

# docker-compose-up will download docker image for each of the databases listed in docker-compose.yaml file, and then it will initialize
# database with testdata retrieved in previous step.
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- ./testdata/init/postgres:/docker-entrypoint-initdb.d

mysql:
image: mysql:8.0.27
image: mysql:8.0
command: ['--default-authentication-plugin=mysql_native_password', '--log_bin_trust_function_creators=1']
restart: always
environment:
Expand Down

0 comments on commit 743df3a

Please sign in to comment.