From 8982de337ffa58a6d763178c1c7b2e4cbbe02673 Mon Sep 17 00:00:00 2001 From: Liz Kenyon Date: Thu, 11 Dec 2025 15:41:20 -0600 Subject: [PATCH] Update CI versions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e1f434..aa02d3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,9 @@ jobs: fail-fast: false matrix: ruby-version: - - "2.7" - - "3.0" - - "3.1" + - "3.2" + - "3.3" + - "3.4" defaults: run: working-directory: ./web