Skip to content

Commit

Permalink
Remove old ruby versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Jan 17, 2024
1 parent 8fc60a3 commit 9cf3090
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ruby-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2"]
ruby: ["3.1", "3.2", "3.3"]
gemfile:
- Gemfile

Expand All @@ -30,7 +30,8 @@ jobs:
with:
path: vendor/bundle
key: >
${{ runner.os }}-${{ matrix.ruby }}-gems-${{ hashFiles(matrix.gemfile) }}
${{ runner.os }}-${{ matrix.ruby }}-gems-${{
hashFiles(matrix.gemfile) }}
- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion svg_optimizer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = spec.description
spec.homepage = "https://github.com/fnando/svg_optimizer"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.7"
spec.required_ruby_version = ">= 3.1"
spec.metadata = {"rubygems_mfa_required" => "true"}

spec.files = Dir["LICENSE.md", "README.md", "lib/**/*"]
Expand Down

0 comments on commit 9cf3090

Please # to comment.