-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update MySQL version #3779
Update MySQL version #3779
Conversation
8.0.20 does not work on arm64, while 8.0.30 does.
small_tests_24 / small_tests / 03043cb small_tests_25 / small_tests / 03043cb ldap_mnesia_24 / ldap_mnesia / 03043cb dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 03043cb ldap_mnesia_25 / ldap_mnesia / 03043cb dynamic_domains_mysql_redis_25 / mysql_redis / 03043cb dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 03043cb dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 03043cb internal_mnesia_25 / internal_mnesia / 03043cb elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 03043cb pgsql_mnesia_24 / pgsql_mnesia / 03043cb mysql_redis_25 / mysql_redis / 03043cb pgsql_mnesia_25 / pgsql_mnesia / 03043cb riak_mnesia_24 / riak_mnesia / 03043cb mssql_mnesia_25 / odbc_mssql_mnesia / 03043cb |
Codecov ReportBase: 82.48% // Head: 82.80% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #3779 +/- ##
==========================================
+ Coverage 82.48% 82.80% +0.32%
==========================================
Files 531 531
Lines 34109 34109
==========================================
+ Hits 28134 28244 +110
+ Misses 5975 5865 -110
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Brilliant 👌🏽
For the record, https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-30.html says it's here where they added M1 support |
1 similar comment
For the record, https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-30.html says it's here where they added M1 support |
This PR allows testing with MySQL on the Apple M1 chip.
8.0.20 does not work on arm64, while 8.0.30 does.