Skip to content

Commit

Permalink
Rails 4.x requires bundler 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Nov 5, 2022
1 parent 19ef208 commit 17c7b04
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -36,6 +36,15 @@ jobs:
- rails_5_1
- rails_5_2
- rails_6_0

include:
- gemfile: rails_4_0
bundler: 1
- gemfile: rails_4_1
bundler: 1
- gemfile: rails_4_2
bundler: 1

exclude:
# Rails 6.0 requires Ruby 2.5+
- ruby: "2.3"
Expand Down Expand Up @@ -87,6 +96,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
bundler: ${{ matrix.bundler || 'default' }}
cache-version: ${{ matrix.gemfile }}

- run: bundle update --jobs $(nproc) --retry 3
Expand Down

0 comments on commit 17c7b04

Please sign in to comment.