Closed flavorjones closed 6 months ago
Because Rails's sqlite adapter requires sqlite3 ~> 1.4 through v7.1.3.2, tests started failing once the new sqlite3 v2.0 was pulled in:
~> 1.4
https://github.com/active-hash/active_hash/actions/runs/8813099625
This has been fixed in Rails 7-1-stable and main but no releases are yet available.
7-1-stable
main
This PR:
< 2.0
fail-fast: false
Because Rails's sqlite adapter requires sqlite3
~> 1.4
through v7.1.3.2, tests started failing once the new sqlite3 v2.0 was pulled in:https://github.com/active-hash/active_hash/actions/runs/8813099625
This has been fixed in Rails
7-1-stable
andmain
but no releases are yet available.This PR:
< 2.0
for the relevant Rails versionsfail-fast: false
in the github actions pipeline matrix