Skip to content

Commit

Permalink
Update ruby-ci to depend on rails-edge.gemfile for versions lower tha…
Browse files Browse the repository at this point in the history
…n 3.2
  • Loading branch information
shopiwags committed Oct 1, 2024
1 parent f231be9 commit eaa79e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- version: 2.7
gemfile: gemfiles/rails-edge.gemfile
- version: 3.0
gemfile: gemfiles/rails-6-0.gemfile
gemfile: gemfiles/rails-edge.gemfile
- version: 3.1
gemfile: gemfiles/rails-6-0.gemfile
gemfile: gemfiles/rails-edge.gemfile
- version: 3.2
gemfile: gemfiles/rails-6-0.gemfile
steps:
Expand Down

0 comments on commit eaa79e4

Please sign in to comment.