From 02f1476d9a3b948a547d8bf98400b1c6b6be8566 Mon Sep 17 00:00:00 2001 From: Juno NISHIZAKI Date: Sat, 8 May 2021 15:38:23 +0900 Subject: [PATCH] Update test.yml (#41) --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0a4226f48a..58e4270fc6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [2.4, 2.5, 2.6, 2.7] + ruby: [2.5, 2.6, 2.7] db_version: [5.7] runs-on: ubuntu-latest container: @@ -41,7 +41,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [2.4, 2.5, 2.6, 2.7] + ruby: [2.5, 2.6, 2.7] db_version: [9.5] runs-on: ubuntu-latest container: @@ -75,7 +75,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [2.4, 2.5, 2.6, 2.7] + ruby: [2.5, 2.6, 2.7] runs-on: ubuntu-latest container: image: ruby:${{ matrix.ruby }}