Skip to content

Commit

Permalink
Sync test and released minimum version. (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix authored Oct 23, 2024
1 parent d3ba85e commit 9eddce3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- macos

ruby:
- "2.5"
- "2.6"
- "2.7"
- "3.0"
- "3.1"
Expand All @@ -38,6 +40,10 @@ jobs:
- os: ubuntu
ruby: head
experimental: true
exclude:
# Not supported on macos-arm64:
- os: macos
ruby: "2.5"

steps:
- uses: actions/checkout@v3
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.5"

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

0 comments on commit 9eddce3

Please sign in to comment.