Skip to content

Commit

Permalink
CI against Rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Oct 21, 2023
1 parent f4f189d commit 94ae002
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- 2.7
- jruby
gemfile:
- rails_7_1
- rails_7_0
- rails_6_1
- rails_6_0
Expand All @@ -39,6 +40,8 @@ jobs:
gemfile: rails_5_1

exclude:
- ruby-version: jruby
gemfile: rails_7_1
- ruby-version: jruby
gemfile: rails_7_0
- ruby-version: 3.2
Expand Down
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ end
appraise "rails_7_0" do
gem "rails", "~> 7.0.0"
end

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

source "https://rubygems.org"

gem "html2haml"
gem "rails", "~> 7.1.0"

gemspec path: "../"

0 comments on commit 94ae002

Please sign in to comment.