Skip to content

Commit

Permalink
Fixed wrong minimum version of Ruby
Browse files Browse the repository at this point in the history
  Fixed #83
  • Loading branch information
hsbt committed Dec 14, 2022
1 parent c03663c commit 9731a3e
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
matrix:
ruby: [ '3.1', '3.0', 2.7, head ]
ruby: [ head, '3.1', '3.0', 2.7, 2.6 ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
exclude:
- ruby: head
Expand Down
2 changes: 1 addition & 1 deletion date.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.extensions = "ext/date/extconf.rb"
end

s.required_ruby_version = ">= 2.4.0"
s.required_ruby_version = ">= 2.6.0"

s.authors = ["Tadayoshi Funaba"]
s.email = [nil]
Expand Down

0 comments on commit 9731a3e

Please sign in to comment.