Skip to content

Commit

Permalink
Rack 3 not supported on Ruby 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Sep 15, 2023
1 parent 32cf268 commit f720b53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
rack: [ '~> 2.0', '~> 3.0' ]
ruby: [ 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2 ]
gemfile: [ Gemfile ]
exclude:
- { ruby: 2.3, rack: '~> 3.0' } # Rack 3 needs >= Ruby 2.4
runs-on: ${{ matrix.os }}
env:
RACK_VERSION: ${{ matrix.rack }}
Expand Down

0 comments on commit f720b53

Please sign in to comment.