From ccb34bf51a7b9e683eee5e73c2963b617606977b Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Fri, 28 May 2021 16:36:58 -0400 Subject: [PATCH] ci: add ruby-head to the test matrix Part of #101 --- .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 cd56838..1a2c194 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: platform: [ubuntu-latest, windows-latest] - ruby: ["2.5", "2.6", "2.7", "3.0"] + ruby: ["2.5", "2.6", "2.7", "3.0", "head"] runs-on: ${{ matrix.platform }} steps: - name: configure git crlf on windows