Skip to content

Commit

Permalink
only support ruby 3.0+ moving fwd, add ruby-head and truffleruby-head
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Jun 12, 2024
1 parent ef33e65 commit a2b0836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-2019]
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
ruby: ['3.0', '3.1', '3.2', '3.3', 'head', 'truffleruby-head']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion rubyntlm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ["lib"]

s.required_ruby_version = '>= 2.6.0'
s.required_ruby_version = '>= 3.0.0'

s.license = 'MIT'

Expand Down

0 comments on commit a2b0836

Please sign in to comment.