From a51a478815bad781977ccf31ee82ef5a29686308 Mon Sep 17 00:00:00 2001 From: Sean Collins Date: Mon, 30 Dec 2024 17:39:48 -0700 Subject: [PATCH] Add Ruby 3.4 to CI matrix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be5abcb5..95e0d216 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: fail-fast: false matrix: ruby: + - "3.4" - "3.3" - "3.2" - "3.1"