From 64dd56ea5739ba397b82e23dd444e112858fce24 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Mon, 15 Jan 2024 07:11:48 +0900 Subject: [PATCH] Drop support of old Rubies and Rails --- .github/workflows/ci.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a335491..b0047fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,15 +9,8 @@ jobs: timeout-minutes: 5 strategy: matrix: - ruby: [ "2.7", "2.3" ] - gemfile: [ "active_job_60.gemfile", "active_job_52.gemfile", "active_job_51.gemfile", "active_job_50.gemfile", "active_job_42.gemfile" ] - exclude: - - ruby: "2.3" - gemfile: "active_job_60.gemfile" - - ruby: "2.7" - gemfile: "active_job_42.gemfile" - - ruby: "2.6" - gemfile: "active_job_42.gemfile" + ruby: [ "3.2", "3.1", "3.0" ] + gemfile: [ "active_job_71.gemfile", "active_job_70.gemfile", "active_job_61.gemfile", "active_job_60.gemfile" ] services: redis: