Skip to content

Commit

Permalink
Add Ruby 3.4 to CI workflow (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah authored Dec 25, 2024
1 parent 97c09e3 commit f8a733f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- "3.1"
- "3.2"
- "3.3"
- "3.4"
- ruby-head
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Committee is tested on the following MRI versions:
- 3.1
- 3.2
- 3.3
- 3.4

## Committee::Middleware::RequestValidation

Expand Down

0 comments on commit f8a733f

Please sign in to comment.