Skip to content

Commit

Permalink
👷 Specify old bundler version for old Ruby + Rails combos
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Apr 24, 2024
1 parent 8fe74b2 commit 812f187
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ jobs:
gemfile: vanilla
- ruby: "2.4"
appraisal: "rails-4-2"
bundler: none
rubygems: "3.3.27"
bundler: '1.17.3'
gemfile: vanilla
- ruby: "2.3"
appraisal: "rails-5-2"
Expand All @@ -146,15 +147,16 @@ jobs:
gemfile: vanilla
- ruby: "2.3"
appraisal: "rails-4-2"
bundler: none
rubygems: "3.3.27"
bundler: '1.17.3'
gemfile: vanilla
- ruby: "2.3"
appraisal: "rails-4-1"
bundler: none
bundler: '1.17.3'
gemfile: vanilla
- ruby: "2.3"
appraisal: "rails-4-0"
bundler: none
bundler: '1.17.3'
gemfile: vanilla
runs-on: ubuntu-20.04
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
Expand Down

0 comments on commit 812f187

Please sign in to comment.