Skip to content

Commit

Permalink
How far back can we test?
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Oct 23, 2024
1 parent df2d928 commit 031a106
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- macos

ruby:
- "2.4"
- "2.5"
- "2.6"
- "2.7"
- "3.0"
- "3.1"
Expand Down
2 changes: 1 addition & 1 deletion rackup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|

spec.executables = ["rackup"]

spec.required_ruby_version = ">= 2.4.0"
spec.required_ruby_version = ">= 2.4"

spec.add_dependency "rack", ">= 3"
spec.add_dependency "webrick", "~> 1.8"
Expand Down

0 comments on commit 031a106

Please sign in to comment.