From 5b5f6ba23f33baf31096a4f543386a66dd61a0ae Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Wed, 20 Nov 2024 12:30:20 -0500 Subject: [PATCH] Lockdown Ruby version to Ruby 3.3 --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 85fc1f2..93d0254 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,6 @@ jobs: strategy: matrix: ruby-version: - - '3.1' - '3.3' steps: - uses: actions/checkout@v4