From 6080c9e9ebfcb9b12e293d781f4feb429ce63820 Mon Sep 17 00:00:00 2001 From: Keenan Brock Date: Mon, 30 Sep 2024 17:13:53 -0400 Subject: [PATCH] Testing with ruby 3.2, 3.3 --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6f738353..4ac65dfa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,6 +14,8 @@ jobs: ruby-version: - '3.0' - '3.1' + - '3.2' + - '3.3' rails-version: - '7.0' services: