From 993be90f1a4b38b7b5c365e7b31db63b761e5260 Mon Sep 17 00:00:00 2001 From: Hakeem <94065808+hakeem0114@users.noreply.github.com> Date: Thu, 22 May 2025 06:38:13 -0400 Subject: [PATCH] Add ruby 3.3 & 3.4 to CI --- .github/workflows/matrix.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/matrix.json b/.github/workflows/matrix.json index 2e4e771..f02c8ca 100644 --- a/.github/workflows/matrix.json +++ b/.github/workflows/matrix.json @@ -2,6 +2,8 @@ "include": [ { "ruby": "3.0" }, { "ruby": "3.1" }, - { "ruby": "3.2" } + { "ruby": "3.2" }, + { "ruby": "3.3" }, + { "ruby": "3.4" } ] }