Skip to content

Commit

Permalink
* Update CI for ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Dec 26, 2024
1 parent 8a08e91 commit ea0e145
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- "3.1"
- "3.2"
- "3.3"
- "3.4"
- jruby
gemfile:
- gemfiles/rails_6_1.gemfile
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ gem 'rcov', :platforms => :mri_18, :group => [:development, :test]
gem 'simplecov', :platforms => [:jruby, :mri_19, :ruby_19, :mri_20, :rbx], :group => [:development, :test], :require => false
gem 'jruby-openssl', :platform => :jruby
gem 'rails'
# For Ruby 3.4 compatibility until this commit of httpclient is released https://github.com/nahi/httpclient/commit/552a56770689e800ad11a21cd06075064736569f
gem 'mutex_m'

0 comments on commit ea0e145

Please sign in to comment.