From 841954c64954818be1d246ec01b72f922ca28faa Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Sat, 11 May 2024 23:36:11 -0700 Subject: [PATCH] Add Ruby 3.3 to CI matrix (#849) It might be a good idea to also update the `main` branch protection rules to require that the 3.2 and 3.3 jobs succeed. Right now only 2.7, 3.0, and 3.1 are required. A repository admin will need to make this change. --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e9987e06..0e2aac20 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,6 +19,7 @@ jobs: - "3.0" - "3.1" - "3.2" + - "3.3" os: - ubuntu # At the moment of this commit various specs fail on Windows.