Skip to content
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

Replace MySQL build with SQLite #3042

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Replace MySQL build with SQLite #3042

merged 1 commit into from
Sep 19, 2024

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented Sep 19, 2024

What is this pull request for?

We already test with MariaDB - the Open Source MySQL fork. Since MySQL 5.7 support has been stopped in Nov 23 we remove precious build minutes for it.

Using these build minutes for testing SQLite - a database that will have full production support with Rails 8.0

Checklist

@tvdeyen tvdeyen added this to the 8.0 milestone Sep 19, 2024
@tvdeyen tvdeyen requested a review from a team as a code owner September 19, 2024 06:33
@tvdeyen tvdeyen mentioned this pull request Sep 19, 2024
Copy link

codecov bot commented Sep 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.47%. Comparing base (ade580c) to head (77f5d36).
Report is 10 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3042   +/-   ##
=======================================
  Coverage   96.47%   96.47%           
=======================================
  Files         237      237           
  Lines        6405     6405           
=======================================
  Hits         6179     6179           
  Misses        226      226           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

We already test with MariaDB - the Open Source MySQL fork.
Since MySQL 5.7 support has been stopped in Nov 23 we remove
precious build minutes for it.

Using these build minutes for testing SQLite - a database that will
have full production support with Rails 8.0
@tvdeyen tvdeyen merged commit fb04559 into main Sep 19, 2024
39 checks passed
@tvdeyen tvdeyen deleted the remove-mysql-build branch September 19, 2024 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants