From 0ccf090f9d0cb5030df1f55f862f40c4cc5de408 Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Tue, 3 Sep 2024 14:42:33 -0400 Subject: [PATCH] Add tests for Ruby 3.2 and 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 af4ad3e..28a040b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,6 +16,8 @@ jobs: - '2.7' - '3.0' - '3.1' + - '3.2' + - '3.3' env: CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}" steps: