Skip to content

Commit

Permalink
Restore support for 3.0 for final compatible release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Dec 28, 2023
1 parent cec19e8 commit b7b3d8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- macos

ruby:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- macos

ruby:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
Expand Down
2 changes: 1 addition & 1 deletion io-event.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |spec|

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

spec.required_ruby_version = ">= 3.1"
spec.required_ruby_version = ">= 3.0"
end

0 comments on commit b7b3d8e

Please sign in to comment.