From 9464c0ada7290e65c695268c0ae960eef9e6ccb5 Mon Sep 17 00:00:00 2001 From: Dmitry Vorotilin Date: Tue, 7 Jan 2025 13:45:22 +0400 Subject: [PATCH] chore: add ruby 3.4 (#512) --- .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 c17b917c..da954cff 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [2.7, "3.0", 3.1, 3.2, 3.3] + ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4"] runs-on: ubuntu-latest env: FERRUM_PROCESS_TIMEOUT: 25