From 47b2407770e99001ffbd1d37bbd9d5f4404e2940 Mon Sep 17 00:00:00 2001 From: Craig Zaccaro Date: Fri, 20 Dec 2024 09:05:41 -0500 Subject: [PATCH 1/2] Add ruby 3.3 to the ruby-version matrix. Remove support for Ruby 2.7 --- .github/workflows/test_suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_suite.yml b/.github/workflows/test_suite.yml index e869bb1..0bb0299 100644 --- a/.github/workflows/test_suite.yml +++ b/.github/workflows/test_suite.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: - ruby-version: [ '3.2', '3.1', '3.0', '2.7' ] + ruby-version: [ '3.3', '3.2', '3.1', '3.0' ] steps: - uses: actions/checkout@v3 From 5cbfe59bdf8b6efac91046bcddf9353d76e346f5 Mon Sep 17 00:00:00 2001 From: Craig Zaccaro Date: Fri, 20 Dec 2024 09:09:50 -0500 Subject: [PATCH 2/2] Remove Ruby 3.0 from the ruby-version matrix. --- .github/workflows/test_suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_suite.yml b/.github/workflows/test_suite.yml index 0bb0299..cf31dab 100644 --- a/.github/workflows/test_suite.yml +++ b/.github/workflows/test_suite.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: - ruby-version: [ '3.3', '3.2', '3.1', '3.0' ] + ruby-version: [ '3.3', '3.2', '3.1' ] steps: - uses: actions/checkout@v3