From 9af8c3c7c82c75b881f09c23fce9fe01e4bf06f9 Mon Sep 17 00:00:00 2001 From: Alexander Mankuta Date: Mon, 4 Mar 2024 09:32:06 +0200 Subject: [PATCH] Add the latest Ruby 3.3 to the build matrix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73e00ab8d..61dd02eac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: - "3.2.0" - "3.2" - "3.3.0" + - "3.3" - "head" - "jruby-9.4" dependencies: