From 357b25fe617212846329a1ce0d6b9fb76a735123 Mon Sep 17 00:00:00 2001 From: Erich Soares Machado <erichmachado@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:57:29 -0400 Subject: [PATCH] Add Ruby 3.3 to the CI pipeline matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2475a0a..108e306 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ['3.2', '3.1', '3.0', '2.7'] + ruby: ['3.3', '3.2', '3.1', '3.0', '2.7'] steps: - uses: actions/checkout@v3