From b8ba52f464879ed44267c51b2551cb1a4d1b02f5 Mon Sep 17 00:00:00 2001 From: colorbox Date: Wed, 1 Jan 2025 22:52:44 +0900 Subject: [PATCH] Add Ruby 3.4.1 to CI --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b30347..043ad00 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: [3.0, 3.1, 3.2, 3.3, head] + ruby: [3.0, 3.1, 3.2, 3.3, 3.4.1, head] steps: - uses: actions/checkout@v2