Skip to content

Commit

Permalink
Add mutex_m as a runtime dependancy | Run CI against Ruby head
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuay03 committed Jan 17, 2024
1 parent 179d068 commit f30ac60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, jruby, truffleruby]
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, head, jruby, truffleruby]

env:
JAVA_OPTS: '-Xmx1024m'
Expand Down
1 change: 1 addition & 0 deletions concurrent-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ Gem::Specification.new do |s|
s.metadata["source_code_uri"] = "https://github.com/ruby-concurrency/concurrent-ruby"
s.metadata["changelog_uri"] = "https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md"
s.required_ruby_version = '>= 2.3'
# s.add_runtime_dependency 'mutex_m'
end

0 comments on commit f30ac60

Please sign in to comment.