Skip to content

Commit f8a733f

Browse files
authored
Add Ruby 3.4 to CI workflow (#437)
Ruby 3.4 has been released🎉 https://www.ruby-lang.org/en/news/2024/12/25/ruby-3-4-0-released/
1 parent 97c09e3 commit f8a733f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- "3.1"
1717
- "3.2"
1818
- "3.3"
19+
- "3.4"
1920
- ruby-head
2021
runs-on: ubuntu-latest
2122
steps:

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Committee is tested on the following MRI versions:
1111
- 3.1
1212
- 3.2
1313
- 3.3
14+
- 3.4
1415

1516
## Committee::Middleware::RequestValidation
1617

0 commit comments

Comments
 (0)