You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Improve CI
Stable builds:
- Test against Ruby 3.3 stable
- Test against Rails 7.1 stable
- Test against Rails 7.2 beta
Experimental builds:
- Test against Rails edge (previously: 7.1, ref: #106)
- Test against Ruby head
Fixes:
- Fix sqlite3 dependency on old Rails versions
Updates:
- Update GitHub actions
Readability:
- Sort and group inclusion and exclusions in CI matrix
* Fix Rails 7.1 compatibility
Also:
- Invert the logic to make the conditional more readable
- Add "alpha" to version to include pre-releases
ActiveRecord:
- 7.2: `Base.connection_pool.schema_migration.table_name`
- 7.1, 7.0, 6.x: `Base.connection.schema_migration.table_name`
- 5.x: `SchemaMigration.table_name`
Close#106
* Use `respond_to?` to find migration table name
Removes dependency on version
0 commit comments