Skip to content

Commit

Permalink
Adds Rails 7 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
philnash committed Aug 29, 2022
1 parent 1fc3ee0 commit 93ce76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
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]
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 3.0 and Rails 5 do not get along together.
- ruby: 3.0
Expand Down

0 comments on commit 93ce76f

Please sign in to comment.