Skip to content

Commit

Permalink
Drop support for Ruby 2.6 (#403)
Browse files Browse the repository at this point in the history
Drop support for Ruby 2.6. 2.6 has been out of support for almost two
years now (Mar 2022), and is causing a few issues with upgrading
dependencies [1], so it's probably okay at this point for Committee to
drop support for it.

[1] #400
  • Loading branch information
brandur authored Jan 14, 2024
1 parent 036aa75 commit 416b4d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
fail-fast: false
matrix:
ruby:
- "2.6"
- "2.7"
- "3.0"
- "3.1"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ A collection of middleware to help build services with JSON Schema, OpenAPI 2, O

Committee is tested on the following MRI versions:

- 2.6
- 2.7
- 3.0
- 3.1
Expand Down

0 comments on commit 416b4d7

Please sign in to comment.