From 313385eb4e8dca62618cf388d57e6b435e5aabdd Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Sun, 7 Apr 2024 14:03:28 -0400 Subject: [PATCH] If we're not supporting 2.7, why am I still testing against it? --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fce83df3..fe7a801f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ['2.7', '3.0', '3.1', '3.2'] + ruby: ['3.0', '3.1', '3.2'] steps: # Use a cache for our tools to speed up testing - uses: actions/cache@v3