Skip to content

Commit

Permalink
Merge pull request #194 from primer/bmw/rails-ruby-versions
Browse files Browse the repository at this point in the history
Exclude Ruby 2.5 and 2.6 from using Rails main
  • Loading branch information
joelhawksley committed Feb 8, 2021
2 parents e7053f5 + 14a5310 commit 638d97c
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 @@ -39,6 +39,10 @@ jobs:
exclude:
- rails_version: main
ruby_version: 2.4.x
- rails_version: main
ruby_version: 2.5.x
- rails_version: main
ruby_version: 2.6.x
- rails_version: 6.0.0
ruby_version: 2.4.x
steps:
Expand Down

1 comment on commit 638d97c

@vercel
Copy link

@vercel vercel bot commented on 638d97c Feb 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.