Skip to content

Commit

Permalink
Drop to support Ruby 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 12, 2023
1 parent f07c6b6 commit 9245b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
matrix:
ruby: [ '3.0', 2.7, 2.6, 2.5, 2.4, head ]
ruby: [ '3.0', 2.7, 2.6, 2.5, head ]
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions mutex_m.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.required_ruby_version = '>= 2.5'

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit 9245b9a

Please sign in to comment.