Skip to content

Commit

Permalink
Rails edge requires Ruby version >= 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Jan 12, 2024
1 parent 37eaec4 commit 92ea3bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
gemfile: gemfiles/rails_edge.gemfile
- ruby: jruby-9.2
gemfile: gemfiles/rails_7.0.gemfile
# NOTE: Rails edge requires Ruby version >= 3.1
- ruby: "2.7"
gemfile: gemfiles/rails_edge.gemfile
- ruby: "3.0"
gemfile: gemfiles/rails_edge.gemfile


env:
Expand Down

0 comments on commit 92ea3bd

Please sign in to comment.