Skip to content

Commit 8a2f6cb

Browse files
committed
Add mutex_m as a runtime dependancy | Run CI against Ruby head
1 parent 179d068 commit 8a2f6cb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, jruby, truffleruby]
14+
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, head, jruby, truffleruby]
1515

1616
env:
1717
JAVA_OPTS: '-Xmx1024m'

concurrent-ruby.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ Gem::Specification.new do |s|
2727
s.metadata["source_code_uri"] = "https://github.com/ruby-concurrency/concurrent-ruby"
2828
s.metadata["changelog_uri"] = "https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md"
2929
s.required_ruby_version = '>= 2.3'
30+
s.add_runtime_dependency 'mutex_m'
3031
end

0 commit comments

Comments
 (0)