braintree / pg_ha_migrations

Enforces DDL/migration safety in Ruby on Rails project with an emphasis on explicitly choosing trade-offs and avoiding unnecessary magic.
MIT License
220 stars 23 forks source link

Remove EOL versions in build matrix / gemspec #79

Closed rkrage closed 1 year ago

rkrage commented 1 year ago

Rails 6.0 isn't technically EOL yet, but it will be in two weeks. We still have some conditional logic when running against older postgres versions (which seems valuable). Now that PG 9.6 and 10 are no longer included in the build matrix I've updated tests that exercise that logic to stub the call to ActiveRecord::Base.connection.postgresql_version.