From 20d38dcce401249871be09a60f4322705ce366cf Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Fri, 28 May 2021 17:10:52 -0400 Subject: [PATCH] ci: add 2.3 and 2.4 to the matrix these were removed in 87fd0b0 but are still supported according to the gemspec. --- .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 1a2c194..0460ff3 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", "head"] + ruby: ["2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "head"] runs-on: ${{ matrix.platform }} steps: - name: configure git crlf on windows