diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d78a16..cb0f483 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,6 @@ jobs: - '3.2' - 'head' exclude: - - ruby: '2.2' - rack-version: '~> 3.0' - ruby: '2.3' rack-version: '~> 3.0' runs-on: ${{ matrix.os }} diff --git a/README.md b/README.md index 06896bc..f8d1b4f 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ bundle exec rake test Compatibility ------------- -This version of Rack::Timeout is compatible with Ruby 2.1 and up, and, +This version of Rack::Timeout is compatible with Ruby 2.3 and up, and, for Rails apps, Rails 3.x and up.