Skip to content

Commit

Permalink
Merge pull request #545 from Shopify/at-ruby30-eol
Browse files Browse the repository at this point in the history
Remove Ruby 3.0 from CI matrix
  • Loading branch information
egiurleo authored May 3, 2024
2 parents b9860dd + b32a4b7 commit 51ec2ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: ["3.0", "3.1", "3.2", "3.3"]
ruby: ["3.1", "3.2", "3.3"]
name: ${{ matrix.os }} ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion spoom.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Gem::Specification.new do |spec|
spec.add_dependency("sorbet-static-and-runtime", ">= 0.5.10187")
spec.add_dependency("thor", ">= 0.19.2")

spec.required_ruby_version = ">= 3.0.0"
spec.required_ruby_version = ">= 3.1"
end

0 comments on commit 51ec2ce

Please sign in to comment.