Skip to content

Commit

Permalink
Dropping Rails 4 from build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Oct 4, 2023
1 parent 2949765 commit 360d931
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@ 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" }

env:
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
Expand Down

0 comments on commit 360d931

Please sign in to comment.