From cd763f47fb4fd3288ed357b690b357efc0430bf7 Mon Sep 17 00:00:00 2001 From: Tjalling van der Wal Date: Mon, 24 Feb 2025 16:49:18 +0100 Subject: [PATCH] Only run test suite with a single Ruby version --- .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 34e1b77..4a4b965 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - ruby-version: [2.6, 2.7, '3.0', 3.1, 3.2] + ruby-version: [3.2] steps: - uses: actions/checkout@v3