Skip to content

Commit

Permalink
drop Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-ishitani committed Dec 20, 2023
1 parent d1c0a2a commit c0df2ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
ruby: ['3.2', '3.1', '3.0', '2.7']
ruby: ['3.2', '3.1', '3.0']
frozen_string_literal: ['yes', 'no']

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.0'
bundler-cache: true
env:
BUNDLE_WITHOUT: rggen:test
Expand Down
2 changes: 1 addition & 1 deletion rggen-systemverilog.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files lib LICENSE CODE_OF_CONDUCT.md README.md`.split($RS)
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.7'
spec.required_ruby_version = '>= 3.0'
end

0 comments on commit c0df2ce

Please sign in to comment.