From 821e5c26755bcda8868944568b1bb958635ecd14 Mon Sep 17 00:00:00 2001 From: Paul Thornthwaite Date: Mon, 1 Dec 2025 14:42:44 +0000 Subject: [PATCH] chore: Add "head" to GitHub actions Ruby matrix Ruby 4.0 is expected to be released later this year so this is getting ready for that. --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 5531aa9a..aeae0283 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"] + ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "head"] env: DEBUG: "true" steps: