Skip to content

Commit

Permalink
chore: Add [email protected] test
Browse files Browse the repository at this point in the history
  • Loading branch information
aki77 committed Apr 23, 2024
1 parent c837507 commit 87b4fa9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
ruby: ["3.0", 3.1, 3.2, 3,3]
gemfile: ["6.1", "7.0", "main"]
gemfile: ["6.1", "7.0", "7.1", "main"]
exclude:
- ruby: "3.0"
gemfile: "main"
Expand Down
5 changes: 5 additions & 0 deletions gemfiles/7.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source "http://rubygems.org"

gem "rails", "~> 7.1"

gemspec :path => "../"

0 comments on commit 87b4fa9

Please sign in to comment.