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

Fixed minor issues with test to get all green so that we can continue development. #377

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

Beartech
Copy link

Please ensure your pull request includes the following:

  • Expanded test matrix to Ruby 3.0 ... 3.1 x Rails 6.1 ... 8.0 with blocking of incompatible combinations due to dependencies.
  • Added a test matrix grid to the README
  • Build issues were mostly around concurrent-ruby needing to hold at 1.3.4 for Rails < 7.1
  • spec/support/migration_helper.rb was causing failures due to breaking changes in Rails >= 7.0 . ActiveRecord::MigrationContext.new() no longer expected a method as the second argument but would accept a block. Removing the second argument of schema_migration fixed the issue.

Beartech and others added 7 commits January 22, 2025 13:03
Added rails 7.2. and 8.0 to matrix
Added grid for testing matrix expectation.
…s less than 7.1 not working with concurrent_ruby greater than 1.3.4
…nd added logic to MigrationHelper to deal with versions above and below Rails 7.0
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.

1 participant