From 6288305ab9e3998ccaf624502e0a1a3caa78a6a5 Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Fri, 3 May 2024 09:31:29 -0600 Subject: [PATCH] CI against Ruby 3.3 as well --- .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 12d8e7f..e2ad06e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - ruby-version: [2.6, 2.7, "3.0", 3.1, 3.2] + ruby-version: [2.6, 2.7, "3.0", 3.1, 3.2, 3.3] bundler-version: [2.4.19, 2.4.22, 2.5.10] exclude: - ruby-version: 2.6