From 7a2fe8adec9556784f04d5bb23353540f4c7c714 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Sat, 14 Jun 2025 19:55:32 +0900 Subject: [PATCH] Add Ruby 3.4 to CI --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9cf35f5e..c9680074 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,7 +5,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [2.7, '3.0', 3.1, 3.2, 3.3, truffleruby-head] + ruby: [2.7, '3.0', 3.1, 3.2, 3.3, 3.4, truffleruby-head] runs-on: ubuntu-latest