Skip to content

Commit ce336f5

Browse files
authored
Added Ruby 4.0 to test matrix (#384)
1 parent 5e192a5 commit ce336f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- 3.2
2929
- 3.3
3030
- 3.4
31+
- 4.0
3132
- jruby-9
3233
- truffleruby
3334
steps:

Appraisals

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ appraise 'rails-6.1' do
3434
gem 'rails', '~> 6.1.0'
3535
gem 'rspec-rails', '~> 5.0'
3636
gem 'sqlite3', '~> 1', platform: :ruby
37+
gem 'benchmark'
3738
end
3839

3940
# Rails 7.0 require Ruby > 2.7

0 commit comments

Comments
 (0)