Skip to content

Commit

Permalink
Remove EOL versions of Rails / Postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrage committed Nov 25, 2024
1 parent 6691717 commit 251e0c9
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 18 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ jobs:
strategy:
matrix:
pg:
- 12
- 13
- 14
- 15
Expand All @@ -15,7 +14,6 @@ jobs:
- "3.2"
- "3.3"
gemfile:
- rails_6.1
- rails_7.0
- rails_7.1
- rails_7.2
Expand Down
6 changes: 1 addition & 5 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
appraise "rails-6.1" do
gem "rails", "6.1.7.6"
end

appraise "rails-7.0" do
gem "rails", "7.0.8"
end

appraise "rails-7.1" do
gem "rails", "7.1.0"
gem "rails", "7.1.5"
end

appraise "rails-7.2" do
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ The following functionality is currently unsupported:

### Compatibility Notes

- While some features may work with other versions, this gem is currently tested against PostgreSQL 12+ and Partman 4.x
- There is a [bug](https://github.com/rails/rails/pull/41490) in early versions of Rails 6.1 when using `algorithm: :concurrently`. To add / remove indexes concurrently, please upgrade to at least Rails 6.1.4.
- While some features may work with other versions, this gem is currently tested against PostgreSQL 13+ and Partman 4.x

### Migration Methods

Expand Down
7 changes: 0 additions & 7 deletions gemfiles/rails_6.1.gemfile

This file was deleted.

2 changes: 1 addition & 1 deletion gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

source "https://rubygems.org"

gem "rails", "7.1.0"
gem "rails", "7.1.5"

gemspec path: "../"
2 changes: 1 addition & 1 deletion pg_ha_migrations.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "pry-byebug"
spec.add_development_dependency "appraisal", "~> 2.5"

spec.add_dependency "rails", ">= 6.1", "< 7.3"
spec.add_dependency "rails", ">= 7.0", "< 7.3"
spec.add_dependency "relation_to_struct", ">= 1.5.1"
spec.add_dependency "ruby2_keywords"
end

0 comments on commit 251e0c9

Please sign in to comment.