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

Do not use sqlite3 v2.0.0 or later to fix CI #558

Closed

Conversation

yoheimuta
Copy link
Contributor

This PR updates the Gemfile to sqlite3 ~> 1.4 to pass the CI.

Background

We have failed builds on GitHub Actions because sqlite3 version v2.0.0 was just released, and the current ActiveRecord doesn't support sqlite3 v2.

@mathieujobin
Copy link
Collaborator

I believe CI on the main branch is passing now

Are you sure this is still necessary??

@yoheimuta
Copy link
Contributor Author

No. After I created this PR, #563 fixed the issue.
Thank you for checking this PR. I'm closing it.

@yoheimuta yoheimuta closed this Sep 3, 2024
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