Skip to content

Commit

Permalink
Merge pull request #3 from yui-knk/support_2_7
Browse files Browse the repository at this point in the history
Support 2.7
  • Loading branch information
yui-knk authored May 11, 2023
2 parents e5a4a8c + 317f9f9 commit ca892da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['head', '3.2', '3.1', '3.0']
ruby: ['head', '3.2', '3.1', '3.0', '2.7']
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion lrama.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/yui-knk/lrama"
# See LEGAL.md file for detail
spec.license = "GNU GPLv3"
spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0")
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")

spec.files = Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
Expand Down

0 comments on commit ca892da

Please sign in to comment.