Skip to content

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkamel committed May 29, 2024
1 parent c15201f commit d6e374e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sqlite:
database: ":memory:"

mysql:
adapter: <%= DATABASE == "mysql" && RUBY_VERSION.to_f >= 3.3 ? "trilogy" : "mysql2" %>
adapter: <%= DATABASE == "mysql" && ActiveRecord::VERSION::STRING.to_f >= 7.1 ? "trilogy" : "mysql2" %>
database: search_cop
host: 127.0.0.1
username: root
Expand Down

0 comments on commit d6e374e

Please sign in to comment.