From 1616d9c9a4bac52e011b38b9a820a2d3fc08484e Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Wed, 28 May 2025 10:26:50 +0900 Subject: [PATCH] Add Ruby head version to CI matrix --- .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 a93634f..4868592 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: ["ubuntu", "macos"] - ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4"] + ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "head"] steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1