Skip to content

Commit 6d73b3b

Browse files
authored
Add Ruby 4.0 to CI configuration and update README for supported versions (#469)
1 parent 8665b13 commit 6d73b3b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- "3.2"
1818
- "3.3"
1919
- "3.4"
20+
- "4.0"
2021
- ruby-head
2122
runs-on: ubuntu-latest
2223
steps:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Committee is tested on the following MRI versions:
1212
- 3.2
1313
- 3.3
1414
- 3.4
15+
- 4.0
1516

1617
## Committee::Middleware::RequestValidation
1718

0 commit comments

Comments
 (0)