From 001df60ea04f08d7ddd7de2865a3e706cef67950 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Sun, 10 May 2020 12:56:32 +0530 Subject: [PATCH] Use Ruby 2.6 on GitHub Actions until all of the dependencies are installable on Ruby 2.7 on Windows --- .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 7c07034f..e04bf25a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Ruby uses: actions/setup-ruby@v1 with: - ruby-version: ">= 2.5" + ruby-version: 2.6.x - name: Cache dependencies uses: actions/cache@v1 with: