Skip to content

Commit

Permalink
Drop support to Ruby 3.1 (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan authored Sep 27, 2024
1 parent a2d6078 commit 0761353
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
ruby:
- 3.3.4
- 3.2.5
- 3.1.6

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion activerecord-sqlserver-adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.platform = Gem::Platform::RUBY
spec.version = version

spec.required_ruby_version = ">= 3.1.0"
spec.required_ruby_version = ">= 3.2.0"

spec.license = "MIT"
spec.authors = ["Ken Collins", "Anna Carey", "Will Bond", "Murray Steele", "Shawn Balestracci", "Joe Rafaniello", "Tom Ward", "Aidan Haran"]
Expand Down

0 comments on commit 0761353

Please sign in to comment.