Skip to content

Commit

Permalink
Merge pull request #336 from sanger/mysql-upgrade
Browse files Browse the repository at this point in the history
Updated mysql version to 8.0
  • Loading branch information
yoldas authored Aug 11, 2023
2 parents 7f8619d + ee9bc63 commit b199835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
services:
mysql:
# Use the Mysql docker image https://hub.docker.com/_/mysql
image: mysql:5.7 # Using 5.7 to map to what is used in production.
image: mysql:8.0 # Using 8.0 to map to what is used in production.
ports:
- 3306:3306 # Default port mappings
# Monitor the health of the container to mesaure when it is ready
Expand Down

0 comments on commit b199835

Please sign in to comment.