Skip to content

Commit

Permalink
Drop Rails 6.1 from CI since it's EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Jan 9, 2025
1 parent c6dd23f commit e0df421
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 251 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
matrix:
ruby: ['3.2', '3.3', '3.4']
gemfile:
- rails_6_1
- rails_7_0
- rails_7_1
- rails_7_2
Expand Down
5 changes: 0 additions & 5 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
appraise "rails-6-1" do
gem "rails", "~> 6.1.0"
gem "sqlite3", "~> 1.7"
end

appraise "rails-7-0" do
gem "rails", "~> 7.0.0"
gem "sqlite3", "~> 1.7"
Expand Down
12 changes: 0 additions & 12 deletions gemfiles/rails_6_1.gemfile

This file was deleted.

233 changes: 0 additions & 233 deletions gemfiles/rails_6_1.gemfile.lock

This file was deleted.

0 comments on commit e0df421

Please sign in to comment.