From cc38de056d8743ac53f62bca34db0d66e56981eb Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 10 Jun 2026 16:09:21 +0200 Subject: [PATCH] CI: Drop EOL Ruby versions from build matrix, add 4.0 --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9b74c32..9defcf1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,10 +14,9 @@ jobs: strategy: matrix: ruby-version: + - '4.0' - 3.4 - 3.3 - - 3.2 - - 3.1 steps: - uses: actions/checkout@v4