Skip to content

Commit

Permalink
drop support for ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jonian committed Jul 4, 2024
1 parent 0bce390 commit 6ca07db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: cross-gem
with:
platform: ${{ matrix.platform }}
ruby-versions: 2.6,2.7,${{ join(fromJSON(needs.ci-data.outputs.result).stable-ruby-versions) }}
ruby-versions: 2.7,${{ join(fromJSON(needs.ci-data.outputs.result).stable-ruby-versions) }}

- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion colordom.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.extensions = Dir['ext/**/extconf.rb']
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.6'
spec.required_ruby_version = '>= 2.7'

spec.add_runtime_dependency 'rb_sys'

Expand Down

0 comments on commit 6ca07db

Please sign in to comment.