From 360d93173f5bd1393536c8f575c1d0502b2e5613 Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Wed, 4 Oct 2023 14:54:43 -0600 Subject: [PATCH] Dropping Rails 4 from build matrix --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3cfd31..aa81d6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,6 @@ jobs: - rails-6.1 - rails-7.0 include: - - { ruby: "2.3", gemfile: "rails-4.2", bundler: "1" } - - { ruby: "2.4", gemfile: "rails-4.2", bundler: "1" } - { ruby: "2.5", gemfile: "rails-5.2", bundler: "default" } - { ruby: "2.6", gemfile: "rails-5.2", bundler: "default" } @@ -26,7 +24,7 @@ jobs: BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile steps: # https://github.com/marketplace/actions/checkout - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby - name: Set up Ruby uses: ruby/setup-ruby@v1