Skip to content

Commit

Permalink
Fix supported Ruby and Rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloocana committed Jan 3, 2024
1 parent 92712b9 commit 6c58b1f
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 6c58b1f

Please sign in to comment.