Skip to content

Commit

Permalink
Test against Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
enomotodev authored and scambra committed May 5, 2023
1 parent db2f9a1 commit b38fef5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.1", "3.0", "2.7", "2.6", "2.5", jruby-9.3, ruby-head]
ruby: ["3.2", "3.1", "3.0", "2.7", "2.6", "2.5", jruby-9.3, ruby-head]
rails: ["7.0", "6.1", "6.0", "5.2", "5.1", "5.0", main]
orm: [active_record, mongoid]
exclude:
Expand Down Expand Up @@ -37,6 +37,14 @@ jobs:
rails: "5.2"
- ruby: "3.1"
rails: "6.0"
- ruby: "3.2"
rails: "5.0"
- ruby: "3.2"
rails: "5.1"
- ruby: "3.2"
rails: "5.2"
- ruby: "3.2"
rails: "6.0"
- ruby: ruby-head
rails: "5.0"
- ruby: ruby-head
Expand Down

0 comments on commit b38fef5

Please sign in to comment.