From 9d04385e1e3fd690646709b079c96621462b8b14 Mon Sep 17 00:00:00 2001 From: Pedro Carbajal Date: Fri, 22 Dec 2023 12:17:22 +0900 Subject: [PATCH] Add Ruby 3.3.0-rc1 to CI matrix --- .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 ded8f91..513834b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ['3.0', 3.1, 3.2] + ruby: ['3.0', 3.1, 3.2, '3.3.0-rc1'] activerecord: [6.1, '7.0', 7.1] runs-on: ubuntu-latest