Skip to content

Commit

Permalink
Add ruby 3.2 and 3.3 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
philnash committed Dec 28, 2023
1 parent 5fc4d43 commit cb1ab57
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,37 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.6, 2.7, 3.0, 3.1, head]
ruby: [2.6, 2.7, "3.0", 3.1, 3.2, 3.3, 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
- ruby: "3.0"
rails: 5.0.7.2
- ruby: 3.0
- ruby: "3.0"
rails: 5.1.7
- ruby: 3.0
- ruby: "3.0"
rails: 5.2.4.4
- ruby: 3.1
rails: 5.0.7.2
- ruby: 3.1
rails: 5.1.7
- ruby: 3.1
rails: 5.2.4.4
- ruby: 3.2
rails: 5.0.7.2
- ruby: 3.2
rails: 5.1.7
- ruby: 3.2
rails: 5.2.4.4
- ruby: 3.3
rails: 5.0.7.2
- ruby: 3.3
rails: 5.1.7
- ruby: 3.3
rails: 5.2.4.4
- ruby: head
rails: 5.0.7.2
- ruby: head
Expand Down

0 comments on commit cb1ab57

Please sign in to comment.