Skip to content

Commit

Permalink
Add rails 7.1 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fschwahn committed Jan 23, 2024
1 parent beefb4a commit 806c484
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- rails_6.0.gemfile
- rails_6.1.gemfile
- rails_7.0.gemfile
- rails_7.1.gemfile
include:
- ruby-version: '2.4'
gemfile: rails_4.2.gemfile
Expand All @@ -48,6 +49,10 @@ jobs:
gemfile: rails_6.1.gemfile
- ruby-version: '2.4'
gemfile: rails_7.0.gemfile
- ruby-version: '2.4'
gemfile: rails_7.1.gemfile
- ruby-version: '2.7'
gemfile: rails_7.1.gemfile

env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}
Expand Down
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ end
appraise "rails_7.0" do
gem "rails", "~> 7.0.0"
end

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

source "https://rubygems.org"

gem "rails", "~> 7.1.0"

gemspec path: "../"

0 comments on commit 806c484

Please sign in to comment.