Skip to content

Commit

Permalink
[CI] test against Rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markets committed Oct 30, 2023
1 parent 307e1d4 commit b553a2d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2"]
gemfile: [rails_6.0, rails_6.1, rails_7.0]
gemfile: [rails_6.0, rails_6.1, rails_7.0, rails_7.1]
exclude:
- ruby: "3.1"
gemfile: rails_6.0
Expand Down
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
%w(
7.1
7.0
6.1
6.0
Expand Down
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 b553a2d

Please sign in to comment.