Skip to content

Commit

Permalink
Support only Rubies that are supported upstream
Browse files Browse the repository at this point in the history
Co-authored-by: m-nakamura145 <[email protected]>
  • Loading branch information
2 people authored and simi committed Oct 2, 2024
1 parent c20c058 commit 0412684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, head ]
ruby: [ 3.1, 3.2, 3.3, head ]
steps:
- uses: actions/checkout@v4
- name: Setup ruby
Expand Down
2 changes: 1 addition & 1 deletion gems.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/rubygems/gems'
spec.licenses = %w[MIT]
spec.require_paths = %w[lib]
spec.required_ruby_version = '>= 2.1.9'
spec.required_ruby_version = '>= 3.1.0'
end

0 comments on commit 0412684

Please sign in to comment.