Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: update mysql version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mumarkhan999 committed Dec 21, 2023
1 parent a311640 commit ce49f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2"

services:
db:
image: mysql:5.7
image: mysql:8.0
container_name: db
command: mysqld --character-set-server=utf8 --collation-server=utf8_general_ci
environment:
Expand Down

0 comments on commit ce49f78

Please sign in to comment.