From c962406268514605843b2b93d778b2692b214e93 Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Sun, 5 May 2024 13:58:09 -0800 Subject: [PATCH] Added Ruby 3.2 (+ 3.3) to the CI matrix. (petergoldstein) Drop 2.7 and 3.0. [git-p4: depot-paths = "//src/hoe/dev/": change = 14132] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa2ad2c..725d3d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,9 +22,9 @@ jobs: - ubuntu-latest - macos-latest ruby: - - '2.7' - - '3.0' - '3.1' + - '3.2' + - '3.3' - head steps: