From 927f820430f5ccda1d2ae2dee9f81d4eb70dd246 Mon Sep 17 00:00:00 2001 From: nick evans Date: Sun, 20 Apr 2025 22:41:09 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Add=20modern=20ruby=20versions=20to?= =?UTF-8?q?=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In prep for the final 0.2.x release, I want to make sure we're testing against all relevant ruby versions. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d959a8cd..e379ab3b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: name: build (${{ matrix.ruby }} / ${{ matrix.os }}) strategy: matrix: - ruby: [ head, '3.0', '2.7' ] + ruby: [ head, '3.3', '3.2', '3.1', '3.0', '2.7' ] os: [ ubuntu-latest, macos-latest ] experimental: [false] include: