From 2b6fcaab1425dd13dfb9808914c2ea8a65b28665 Mon Sep 17 00:00:00 2001 From: Masato Nakamura Date: Sun, 21 Jan 2024 14:48:57 +0900 Subject: [PATCH] Add Ruby 3.3 to CI matrix (#183) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e313565..19f5959 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "jruby"] + ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "jruby"] experimental: [false] include: - ruby: "truffleruby"