Skip to content

Commit

Permalink
Remove unused exclude for ruby 2.2 in ci.yml
Browse files Browse the repository at this point in the history
Ruby 2.2 support was removed in 30e3f6f
  • Loading branch information
andrew authored May 21, 2024
1 parent edb4626 commit ca89d7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ca89d7f

Please sign in to comment.