From 13c4d7d41944d295f4706b813b3aaaabeb11cd39 Mon Sep 17 00:00:00 2001 From: Peter Cai <222655+pcai@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:37:31 -0500 Subject: [PATCH] test ruby 3.3, drop 2.7 --- .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 39197913..910ba021 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [2.7, 3.0, 3.1, 3.2, head, truffleruby-head] + ruby: [3.0, 3.1, 3.2, 3.3, head, truffleruby-head] env: RAILS_ENV: test steps: