Skip to content

Commit

Permalink
Add rails 7.1 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakmahakale committed Jan 18, 2024
1 parent 5e44548 commit f35bc4f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,17 @@ jobs:
- gemfiles/rails_5.2.gemfile
- gemfiles/rails_6.0.gemfile
- gemfiles/rails_7.0.gemfile
- gemfiles/rails_7.1.gemfile
# - gemfile: gemfiles/rails_head.gemfile
exclude:
- ruby: '2.5'
gemfile: gemfiles/rails_7.0.gemfile
gemfile:
- gemfiles/rails_7.0.gemfile
- gemfiles/rails_7.1.gemfile
- ruby: '2.6'
gemfile: gemfiles/rails_7.0.gemfile
gemfile:
- gemfiles/rails_7.0.gemfile
- gemfiles/rails_7.1.gemfile
- ruby: '2.7'
gemfile: gemfiles/rails_5.2.gemfile
- ruby: '3.0'
Expand Down
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ end
appraise "rails-7.0" do
gem "rails", "~> 7.0"
end

appraise "rails-7.1" do
gem "rails", "~> 7.1"
end
12 changes: 12 additions & 0 deletions gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "~> 7.1"

group :development, :test do
gem "sqlite3", platform: [:ruby, :mswin, :mingw]
gem "activerecord-jdbcsqlite3-adapter", "~> 1.3.13", platform: :jruby
end

gemspec path: "../"

0 comments on commit f35bc4f

Please sign in to comment.