Skip to content

Commit

Permalink
Exclude previous Ruby versions from running against Rails main
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Apr 9, 2024
1 parent 2a6b604 commit bc26892
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
ruby: '2.6'
- gemfile: Gemfile
ruby: '2.5'
- gemfile: gemfiles/Gemfile-rails-main
ruby: '3.0'
- gemfile: gemfiles/Gemfile-rails-main
ruby: '2.7'
- gemfile: gemfiles/Gemfile-rails-main
ruby: '2.6'
- gemfile: gemfiles/Gemfile-rails-main
Expand Down

0 comments on commit bc26892

Please sign in to comment.