From f3810d17e1dcdf2cde4358a9f9431e2155c14bdd Mon Sep 17 00:00:00 2001 From: Murilo Dal Ri Date: Tue, 4 Jun 2024 09:50:46 +0100 Subject: [PATCH] Add Ruby 3.3 tests Update CI file to add Ruby 3.3 to the tests 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 36ca53e..ba2cc86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [3.1, 3.2] + ruby: [3.1, 3.2, 3.3] # Test against multiple Rails versions gemfile: [rails_6, rails_7] runs-on: ubuntu-latest