Skip to content

Commit

Permalink
Merge pull request #448 from Shopify/fix-rails-ruby-version
Browse files Browse the repository at this point in the history
Fix supported Ruby and Rails versions
  • Loading branch information
angeloocana authored Jan 3, 2024
2 parents 92712b9 + 6c58b1f commit 44b95d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
gemfile: rails_7_0
- ruby: "2.6"
gemfile: rails_edge
- ruby: "2.7"
gemfile: rails_edge
- ruby: "3.0"
gemfile: rails_edge
- ruby: "3.0"
gemfile: rails_5_2
- ruby: "3.1"
Expand Down

0 comments on commit 44b95d2

Please sign in to comment.