Skip to content

Commit

Permalink
Add Ruby 3.1 to the CI matrix (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Mar 9, 2022
1 parent 12b7683 commit 98dedcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- "2.6"
- "2.7"
- "3.0"
- "3.1"
- "head"
- "truffleruby-head"
steps:
Expand Down
1 change: 1 addition & 0 deletions test/run-test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
require "minitest"
require "rr"
when "minitest-active-support"
require "active_support"
require "active_support/test_case"
require "rr"
end
Expand Down

0 comments on commit 98dedcc

Please sign in to comment.