From 560aff2283c99051ed906b9e9cdfb9311f3f8f8e Mon Sep 17 00:00:00 2001 From: Matthias Grosser Date: Wed, 4 Jun 2025 00:22:52 +0200 Subject: [PATCH] Drop Ruby 2.7 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e37b858..30fa999 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: timeout-minutes: 5 strategy: matrix: - ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3'] + ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4'] steps: - uses: actions/checkout@v2