From ecce26c4e3a5a3f36e57fa17c96faf878fa8181f Mon Sep 17 00:00:00 2001 From: ydah Date: Wed, 25 Dec 2024 20:55:55 +0900 Subject: [PATCH] Add Ruby 3.4 to CI workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ruby 3.4 has been released🎉 https://www.ruby-lang.org/en/news/2024/12/25/ruby-3-4-0-released/ --- .github/workflows/ci.yaml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d512a3e0..adbf36d3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,6 +16,7 @@ jobs: - "3.1" - "3.2" - "3.3" + - "3.4" - ruby-head runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index 8c6f20e8..5fb98e14 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Committee is tested on the following MRI versions: - 3.1 - 3.2 - 3.3 +- 3.4 ## Committee::Middleware::RequestValidation