Skip to content

Commit

Permalink
add ruby 2.2 and 2.3 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
infused committed May 18, 2023
1 parent 2178fcd commit cb98095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', 'head']
ruby-version: ['2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', 'head']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion compass_point.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Gem::Specification.new do |s|
s.test_files = Dir.glob('spec/**/*_spec.rb')
s.require_paths = ['lib']

s.required_ruby_version = '>= 1.9.3'
s.required_ruby_version = '>= 2.0.0'
s.required_rubygems_version = '>= 1.3.0'
end

0 comments on commit cb98095

Please sign in to comment.