Skip to content

Commit 87fe1f3

Browse files
committed
Drop support for Ruby v3.2 as it doesn't have postponed jobs.
1 parent d9c952e commit 87fe1f3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- macos
1919

2020
ruby:
21-
- "3.2"
2221
- "3.3"
2322
- "3.4"
2423

memory-profiler.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Gem::Specification.new do |spec|
2525

2626
spec.extensions = ["ext/extconf.rb"]
2727

28-
spec.required_ruby_version = ">= 3.2"
28+
spec.required_ruby_version = ">= 3.3"
2929
end

0 commit comments

Comments
 (0)