From 29af3eb830c21f71070959b4ed762e4106fdee55 Mon Sep 17 00:00:00 2001 From: Keenan Brock Date: Tue, 5 Nov 2024 12:58:07 -0500 Subject: [PATCH] Testing with ruby 3.3 --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bc9d08c..8871654 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,9 +11,7 @@ jobs: strategy: matrix: ruby-version: - - '3.0' - '3.1' - - '3.2' - '3.3' env: CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"