Skip to content

Commit

Permalink
Update supported Rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
mlarraz committed May 6, 2024
1 parent 20b9646 commit 75b5390
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
fail-fast: false
matrix:
ruby:
- '2.5'
- '2.6'
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- ruby-head
continue-on-error: ${{ matrix.ruby == 'ruby-head' }}
services:
Expand Down
2 changes: 1 addition & 1 deletion zhong.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.5.0"
spec.required_ruby_version = ">= 3.1.0"

spec.add_dependency "suo"
spec.add_dependency "redis"
Expand Down

0 comments on commit 75b5390

Please sign in to comment.