Skip to content

Commit

Permalink
Bump minimum Ruby version to 3.1
Browse files Browse the repository at this point in the history
Add Ruby 3.3 and 3.4 to CI matrix
  • Loading branch information
waiting-for-dev committed Jan 5, 2025
1 parent 21815c7 commit d45aecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.0", "3.1", "3.2"]
ruby: ["3.1", "3.2", "3.3", "3.4"]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion web_pipe.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
"rubygems_mfa_required" => "true"
}

spec.required_ruby_version = ">= 3.0"
spec.required_ruby_version = ">= 3.1"

spec.files = Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
Expand Down

0 comments on commit d45aecd

Please sign in to comment.