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 18dab34
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 15 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
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: "../"

0 comments on commit 18dab34

Please sign in to comment.