From c152451376995ec0f7f3b5b5dd40601f497a6436 Mon Sep 17 00:00:00 2001 From: Tomasz Pajor Date: Tue, 19 Dec 2023 16:46:55 +0100 Subject: [PATCH] ruby 3.3.0-rc1 (#423) Co-authored-by: Maciej Mensfeld --- .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 e0a1a016..91f12310 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: ruby: - - '3.3.0-preview2' + - '3.3.0-rc1' - '3.2' - '3.1' - '3.0'