Skip to content

Commit

Permalink
Drop suport for ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-pod committed Dec 6, 2023
1 parent 2e35d87 commit 86d7ecc
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 @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1']
ruby-version: ['2.7', '3.0', '3.1', '3.2']

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion ad_licenselint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |s|
s.add_dependency 'terminal-table', '~> 3.0'
s.add_dependency 'cocoapods', '~> 1.9'

s.required_ruby_version = '>= 2.6'
s.required_ruby_version = '>= 2.7'
end

0 comments on commit 86d7ecc

Please sign in to comment.