From b7de1e5f4e4184d4e9ebd0142dd566c7eb9bbb83 Mon Sep 17 00:00:00 2001 From: Loren Segal Date: Mon, 26 Aug 2024 00:05:20 -0700 Subject: [PATCH] Drop Ruby 2.5 as well --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 216bed2e4..da4d4543c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: matrix: os: [ubuntu-20.04, macos-latest, windows-2019] # 3.0 is interpreted as 3 - ruby: [2.5, 2.6, 2.7, "3.0", 3.1, 3.2, 3.3] + ruby: [2.6, 2.7, "3.0", 3.1, 3.2, 3.3] exclude: - { os: windows-2019, ruby: 2.2 } - { os: windows-2019, ruby: 2.3 }