Skip to content

Commit

Permalink
Ruby 2.6 and Rails 7 do not play together
Browse files Browse the repository at this point in the history
  • Loading branch information
philnash committed Aug 29, 2022
1 parent 93ce76f commit 89ce0aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
ruby: [2.6, 2.7, 3.0, 3.1, head]
rails: [4.2.11.3, 5.0.7.2, 5.1.7, 5.2.4.4, 6.0.3.4, 6.1.0, 7.0.3.1]
exclude:
# Ruby 2.6 and Rails 7 do not get along together.
- ruby: 2.6
rails: 7.0.3.1
# Ruby 3.0 and Rails 5 do not get along together.
- ruby: 3.0
rails: 5.0.7.2
Expand Down

0 comments on commit 89ce0aa

Please sign in to comment.